mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
inotify-add-watch does not need to explicitly check for ABS_PATH.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user