summaryrefslogtreecommitdiffstats
path: root/cat/virt-filesystems.c
diff options
context:
space:
mode:
Diffstat (limited to 'cat/virt-filesystems.c')
-rw-r--r--cat/virt-filesystems.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cat/virt-filesystems.c b/cat/virt-filesystems.c
index cd991e85..7eca9ebc 100644
--- a/cat/virt-filesystems.c
+++ b/cat/virt-filesystems.c
@@ -46,6 +46,7 @@
guestfs_h *g;
int read_only = 1;
+int live = 0;
int verbose = 0;
int keys_from_stdin = 0;
int echo_keys = 0;
@@ -301,6 +302,7 @@ main (int argc, char *argv[])
*/
assert (read_only == 1);
assert (inspector == 0);
+ assert (live == 0);
/* Must be no extra arguments on the command line. */
if (optind != argc)