diff options
-rw-r--r-- | daemon/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/file.c b/daemon/file.c index 63d8dd2d..cd477e5e 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -392,7 +392,6 @@ do_file (char *path) int len; NEED_ROOT_OR_IS_DEVICE (path, NULL); - ABS_PATH (path, NULL); if (strncmp (path, "/dev/", 5) == 0) buf = (char *) path; |