diff options
Diffstat (limited to 'daemon/headtail.c')
-rw-r--r-- | daemon/headtail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/headtail.c b/daemon/headtail.c index af2648cc..bdd0f490 100644 --- a/daemon/headtail.c +++ b/daemon/headtail.c @@ -36,7 +36,7 @@ headtail (const char *prog, const char *flag, const char *n, char *path) char **lines; NEED_ROOT (NULL); - ABS_PATH (path, NULL); + ABS_PATH (path, return NULL); /* Make the path relative to /sysroot. */ buf = sysroot_path (path); |