summaryrefslogtreecommitdiffstats
path: root/daemon/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/strings.c')
-rw-r--r--daemon/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/strings.c b/daemon/strings.c
index c0e073fe..89e04a8b 100644
--- a/daemon/strings.c
+++ b/daemon/strings.c
@@ -34,7 +34,7 @@ do_strings_e (char *encoding, char *path)
char **lines;
NEED_ROOT (NULL);
- ABS_PATH (path, NULL);
+ ABS_PATH (path, return NULL);
buf = sysroot_path (path);
if (!buf) {