search for: 0b877f8

Displaying 1 result from an estimated 1 matches for "0b877f8".

Did you mean: 0.87798
2014 Jan 19
1
[PATCH] daemon: add missing GUESTFSD_EXT_CMD usage
...off-by: Olaf Hering <olaf@aepfle.de> --- Not even compile tested, against 1.24 branch. daemon/btrfs.c | 2 +- daemon/command.c | 3 ++- daemon/debug.c | 3 ++- daemon/ldm.c | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/daemon/btrfs.c b/daemon/btrfs.c index 0b877f8..a0c1542 100644 --- a/daemon/btrfs.c +++ b/daemon/btrfs.c @@ -597,7 +597,7 @@ test_btrfs_device_add_needs_force (void) int r; CLEANUP_FREE char *out = NULL, *err = NULL; - r = command (&out, &err, "btrfs", "device", "add", "--help", NULL); +...