From f48cd1f262312ad278a293a20ab442dcfc076a69 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 25 Oct 2010 13:22:17 +0100 Subject: Enable autosync by default. --- fish/fish.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'fish') 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 -- cgit