daemon/file.c: remove duplicate absolute-path check
authorJim Meyering <meyering@redhat.com>
Fri, 7 Aug 2009 18:07:03 +0000 (20:07 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 10 Aug 2009 08:48:38 +0000 (10:48 +0200)
commit894d7c6733373bb333a4e148cf17c0aab97b8f96
tree1ee116725d50ac4bb914e01cb0915c0b03ed4fe2
parentc8419d45c8ca6d0592a5a47399988908fd550d3f
daemon/file.c: remove duplicate absolute-path check

* daemon/file.c (do_file): Remove redundant use of ABS_PATH.
It's redundant because the preceding line invokes NEED_ROOT_OR_IS_DEVICE,
which also invokes ABS_PATH.
daemon/file.c