update all uses of ABS_PATH
[libguestfs.git] / daemon / hexdump.c
index e2d8300..27ea108 100644 (file)
@@ -33,7 +33,7 @@ do_hexdump (char *path)
   char *out, *err;
 
   NEED_ROOT (NULL);
-  ABS_PATH (path, NULL);
+  ABS_PATH (path, return NULL);
 
   buf = sysroot_path (path);
   if (!buf) {