summaryrefslogtreecommitdiffstats
path: root/daemon/cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/cmp.c')
-rw-r--r--daemon/cmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/cmp.c b/daemon/cmp.c
index a2d92a33..30574e2c 100644
--- a/daemon/cmp.c
+++ b/daemon/cmp.c
@@ -35,8 +35,8 @@ do_equal (char *file1, char *file2)
int r;
NEED_ROOT (-1);
- ABS_PATH (file1, -1);
- ABS_PATH (file2, -1);
+ ABS_PATH (file1, return -1);
+ ABS_PATH (file2, return -1);
file1buf = sysroot_path (file1);
if (file1buf == NULL) {