X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=daemon%2Fcmp.c;h=2b7e33b508bfef7d80af37807d001b961ba535d3;hb=7cd4b6aeee3693463b03608a31cf53f21152c2e8;hp=56717c55cb5379505f834ad80502d9a9818fccfb;hpb=84fc760439e82e6b3616abd0d1f9bd7d7eb01ec0;p=libguestfs.git diff --git a/daemon/cmp.c b/daemon/cmp.c index 56717c5..2b7e33b 100644 --- a/daemon/cmp.c +++ b/daemon/cmp.c @@ -34,10 +34,6 @@ do_equal (const char *file1, const char *file2) char *err; int r; - NEED_ROOT (return -1); - ABS_PATH (file1, return -1); - ABS_PATH (file2, return -1); - file1buf = sysroot_path (file1); if (file1buf == NULL) { reply_with_perror ("malloc");