update all uses of ABS_PATH
[libguestfs.git] / daemon / du.c
index 735132a..7d9c663 100644 (file)
@@ -37,7 +37,7 @@ do_du (char *path)
   char *buf;
 
   NEED_ROOT (-1);
   char *buf;
 
   NEED_ROOT (-1);
-  ABS_PATH (path, -1);
+  ABS_PATH (path, return -1);
 
   /* Make the path relative to /sysroot. */
   buf = sysroot_path (path);
 
   /* Make the path relative to /sysroot. */
   buf = sysroot_path (path);