summaryrefslogtreecommitdiffstats
path: root/sysif.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysif.c')
-rw-r--r--sysif.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysif.c b/sysif.c
index 44e236d7..8778a242 100644
--- a/sysif.c
+++ b/sysif.c
@@ -630,8 +630,7 @@ static val chmod_wrap(val target, val mode)
case chm_comma:
if (ch != ',')
goto inval;
- cs = chm_who;
- break;
+ srcm = 0; who = 0; cs = chm_who; continue;
}
{