X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fstrings.c;h=e5aefca24da2eab39c18b257b9b92649b73176e6;hb=6bda071b5cd8393b37653687027c4ae6c6cf3804;hp=c0e073fe0b9eb064ea1a5914a700ea3599631065;hpb=78029b529ad98769685d607230b70f71832d5906;p=libguestfs.git diff --git a/daemon/strings.c b/daemon/strings.c index c0e073f..e5aefca 100644 --- a/daemon/strings.c +++ b/daemon/strings.c @@ -33,8 +33,8 @@ do_strings_e (char *encoding, char *path) char *out, *err; char **lines; - NEED_ROOT (NULL); - ABS_PATH (path, NULL); + NEED_ROOT (return NULL); + ABS_PATH (path, return NULL); buf = sysroot_path (path); if (!buf) {