summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-03-05 08:58:00 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-03-05 08:58:00 +0000
commit715f7e28090d08c16bfdd32b0298812972c12b36 (patch)
treebc0b6f2da28c33b9a5d268d0f5c0d12f0a4c2136
parent705971b509e1c60419444f228825533080c4ae34 (diff)
downloadlibguestfs-715f7e28090d08c16bfdd32b0298812972c12b36.tar.gz
libguestfs-715f7e28090d08c16bfdd32b0298812972c12b36.tar.xz
libguestfs-715f7e28090d08c16bfdd32b0298812972c12b36.zip
Remove ConfigOnly flag from set-autosync.
guestfs_set_autosync sets a flag which affects guestfs_close, and so this call can be made at any time before the handle is closed, not just in the config state.
-rw-r--r--generator/generator_actions.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
index 29295897..70ab359d 100644
--- a/generator/generator_actions.ml
+++ b/generator/generator_actions.ml
@@ -286,7 +286,7 @@ guest kernel command line.
If C<NULL> then no options are added.");
- ("set_autosync", (RErr, [Bool "autosync"], []), -1, [FishAlias "autosync"; ConfigOnly],
+ ("set_autosync", (RErr, [Bool "autosync"], []), -1, [FishAlias "autosync"],
[],
"set autosync mode",
"\