From: Richard Jones Date: Thu, 13 Aug 2009 13:39:59 +0000 (+0100) Subject: inotify-add-watch does not need to explicitly check for ABS_PATH. X-Git-Tag: 1.0.67~9 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=0790c58e369d8fe77c8d1c6473dd757c63abebab;p=libguestfs.git inotify-add-watch does not need to explicitly check for ABS_PATH. --- diff --git a/daemon/inotify.c b/daemon/inotify.c index 7834dcb..3e314f0 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) {