summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-08-13 14:39:59 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-08-13 14:39:59 +0100
commit0790c58e369d8fe77c8d1c6473dd757c63abebab (patch)
treef2eea7558acade69890011432fada76a36cbcdf2 /daemon
parent80c479162db74c461d671128237975aecc982a5e (diff)
downloadlibguestfs-0790c58e369d8fe77c8d1c6473dd757c63abebab.tar.gz
libguestfs-0790c58e369d8fe77c8d1c6473dd757c63abebab.tar.xz
libguestfs-0790c58e369d8fe77c8d1c6473dd757c63abebab.zip
inotify-add-watch does not need to explicitly check for ABS_PATH.
Diffstat (limited to 'daemon')
-rw-r--r--daemon/inotify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/inotify.c b/daemon/inotify.c
index 7834dcb5..3e314f03 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) {