diff options
-rw-r--r-- | daemon/blkid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/blkid.c b/daemon/blkid.c index c610a418..79f4d831 100644 --- a/daemon/blkid.c +++ b/daemon/blkid.c @@ -98,7 +98,7 @@ do_blkid(const char *device) "blkid", /* Adding -c option kills all caching, even on RHEL 5. */ "-c", "/dev/null", - "-p", "-i", "-o", "export", device, NULL); + "-i", "-o", "export", device, NULL); if (r == -1) { reply_with_error("%s", err); goto error; |