mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Revert "blkid: Fix mistake in previous commit."
This reverts commit c48226a502.
This commit is contained in:
@@ -98,7 +98,7 @@ do_blkid(const char *device)
|
||||
"blkid",
|
||||
/* Adding -c option kills all caching, even on RHEL 5. */
|
||||
"-c", "/dev/null",
|
||||
"-i", "-o", "export", device, NULL);
|
||||
"-p", "-i", "-o", "export", device, NULL);
|
||||
if (r == -1) {
|
||||
reply_with_error("%s", err);
|
||||
goto error;
|
||||
|
||||
Reference in New Issue
Block a user