summaryrefslogtreecommitdiff
path: root/mkfs/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs/options.c')
-rw-r--r--mkfs/options.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mkfs/options.c b/mkfs/options.c
index 272e860..8ed01ba 100644
--- a/mkfs/options.c
+++ b/mkfs/options.c
@@ -253,8 +253,12 @@ void process_command_line(options_t *opt, int argc, char **argv)
opt->compressor = SQFS_COMP_XZ;
opt->blksz = SQFS_DEFAULT_BLOCK_SIZE;
opt->devblksz = SQFS_DEVBLK_SIZE;
+ opt->quiet = false;
opt->infile = NULL;
+ opt->packdir = NULL;
opt->outfile = NULL;
+ opt->selinux = NULL;
+ opt->comp_extra = NULL;
for (;;) {
i = getopt_long(argc, argv, short_opts, long_opts, NULL);