diff options
Diffstat (limited to 'mkfs')
| -rw-r--r-- | mkfs/options.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/mkfs/options.c b/mkfs/options.c index 78c6a88..25f7453 100644 --- a/mkfs/options.c +++ b/mkfs/options.c @@ -125,6 +125,7 @@ void process_command_line(options_t *opt, int argc, char **argv)  	opt->outfile = NULL;  	opt->selinux = NULL;  	opt->comp_extra = NULL; +	opt->fs_defaults = NULL;  	for (;;) {  		i = getopt_long(argc, argv, short_opts, long_opts, NULL);  | 
