summaryrefslogtreecommitdiffstats
path: root/cat/virt-ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'cat/virt-ls.c')
-rw-r--r--cat/virt-ls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cat/virt-ls.c b/cat/virt-ls.c
index 64bae46e..315fb1ff 100644
--- a/cat/virt-ls.c
+++ b/cat/virt-ls.c
@@ -35,6 +35,7 @@
guestfs_h *g;
int read_only = 1;
+int live = 0;
int verbose = 0;
int keys_from_stdin = 0;
int echo_keys = 0;
@@ -227,6 +228,7 @@ main (int argc, char *argv[])
*/
assert (read_only == 1);
assert (inspector == 1);
+ assert (live == 0);
/* User must specify at least one directory name on the command line. */
if (optind >= argc || argc - optind < 1)