mirror of
https://github.com/sheumann/hush.git
synced 2024-12-28 22:30:05 +00:00
nc: fix SEGV on -v when NC_EXTRA is off
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
a945f6190b
commit
1e23f32453
@ -766,7 +766,7 @@ int nc_main(int argc UNUSED_PARAM, char **argv)
|
||||
getopt32(argv, "hnp:s:uvw:" IF_NC_SERVER("l")
|
||||
IF_NC_EXTRA("i:o:z"),
|
||||
&str_p, &str_s, &o_wait
|
||||
IF_NC_EXTRA(, &str_i, &str_o, &o_verbose));
|
||||
IF_NC_EXTRA(, &str_i, &str_o), &o_verbose);
|
||||
argv += optind;
|
||||
#if ENABLE_NC_EXTRA
|
||||
if (option_mask32 & OPT_i) /* line-interval time */
|
||||
|
Loading…
Reference in New Issue
Block a user