diff --git a/daemon/inotify.c b/daemon/inotify.c index 7834dcb57..3e314f03b 100644 --- a/daemon/inotify.c +++ b/daemon/inotify.c @@ -129,7 +129,6 @@ do_inotify_add_watch (const char *path, int mask) char *buf; NEED_INOTIFY (-1); - ABS_PATH (path, return -1); buf = sysroot_path (path); if (!buf) {