X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=cat%2Fvirt-filesystems.c;h=c6d52acebabad8ddd6a271933b34b1445302654a;hb=b41e73008a939ef493d2bfb82c9bd07b0f74736a;hp=cd991e858ba8bbf9a14d751cbd98050bf7210566;hpb=97339a0f43d687efac6f7edafdf21e4b8d9b35e8;p=libguestfs.git diff --git a/cat/virt-filesystems.c b/cat/virt-filesystems.c index cd991e8..c6d52ac 100644 --- a/cat/virt-filesystems.c +++ b/cat/virt-filesystems.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include "c-ctype.h" @@ -46,6 +47,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 +303,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)