X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fcommand.c;fp=daemon%2Fcommand.c;h=48bed2de0262760f49e944b119632f6907c6e459;hp=5e870673903e39c9939d4e4afed30dfc338ad645;hb=dc706a639eec16084c0618baf7bfde00c6565f63;hpb=11a2ad8c9a1da7fe7f8142be69312d0cb5979e0a diff --git a/daemon/command.c b/daemon/command.c index 5e87067..48bed2d 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 (0, return NULL); /* Conveniently, argv is already a NULL-terminated argv-style array * of parameters, so we can pass it straight in to our internal