diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-10-25 13:22:17 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-10-27 10:59:45 +0100 |
commit | f48cd1f262312ad278a293a20ab442dcfc076a69 (patch) | |
tree | 9fd2f2f86c63591a34fe0432cf752cad3203f641 /fish | |
parent | 9160dee922ad0866a3f6245fb1e0ad0b2e90170c (diff) | |
download | libguestfs-f48cd1f262312ad278a293a20ab442dcfc076a69.tar.gz libguestfs-f48cd1f262312ad278a293a20ab442dcfc076a69.tar.xz libguestfs-f48cd1f262312ad278a293a20ab442dcfc076a69.zip |
Enable autosync by default.
Diffstat (limited to 'fish')
-rw-r--r-- | fish/fish.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fish/fish.c b/fish/fish.c index 7cb2e714..8da4ffdd 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -230,8 +230,6 @@ main (int argc, char *argv[]) exit (EXIT_FAILURE); } - guestfs_set_autosync (g, 1); - /* If developing, add ./appliance to the path. Note that libtools * interferes with this because uninstalled guestfish is a shell * script that runs the real program with an absolute path. Detect |