X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Finotify.c;h=8e8b690fbb3a65ca081af166057a82c1e142dc23;hb=79f5720d2ccab820c90b7516f3fbf5e3dcbe9c8f;hp=807fb2f59aee2310d07f64d4ada2c39e7f6f7ddb;hpb=9ff99418361cd1b56b00e4ffef52444021e60c72;p=libguestfs.git diff --git a/daemon/inotify.c b/daemon/inotify.c index 807fb2f..8e8b690 100644 --- a/daemon/inotify.c +++ b/daemon/inotify.c @@ -70,7 +70,7 @@ do_inotify_init (int max_events) #ifdef HAVE_SYS_INOTIFY_H FILE *fp; - NEED_ROOT (0, return -1); + NEED_ROOT (, return -1); if (max_events < 0) { reply_with_error ("max_events < 0");