X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fhexdump.c;h=27ea108d099724d0c096de33f684875f9375cf8b;hp=e2d8300e7366b5302f44982c1bf7118f3be58186;hb=0dd6c8c8442d4ff588f6dac2efab24d3409b0dec;hpb=4a5e13f15734aa7363e605f716ad6e29c67475c5 diff --git a/daemon/hexdump.c b/daemon/hexdump.c index e2d8300..27ea108 100644 --- a/daemon/hexdump.c +++ b/daemon/hexdump.c @@ -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) {