mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
btrfs: change the return value of btrfs-set-seeding
Change the return value from "r" to "0". Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
e9f6ce2492
commit
a84d02e8d8
@@ -617,5 +617,5 @@ do_btrfs_set_seeding (const char *device, int svalue)
|
||||
}
|
||||
|
||||
free (err);
|
||||
return r;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user