diff options
Diffstat (limited to 'daemon/command.c')
-rw-r--r-- | daemon/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/command.c b/daemon/command.c index ca06478c..5e870673 100644 --- a/daemon/command.c +++ b/daemon/command.c @@ -36,7 +36,7 @@ do_command (char *const *argv) int dev_ok, dev_pts_ok, proc_ok, selinux_ok, sys_ok; /* We need a root filesystem mounted to do this. */ - NEED_ROOT (return NULL); + NEED_ROOT (, return NULL); /* Conveniently, argv is already a NULL-terminated argv-style array * of parameters, so we can pass it straight in to our internal |