mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
fix option -F mishandling
This commit is contained in:
parent
a1042e94f1
commit
bc5262d3dd
@ -48,7 +48,7 @@ int hostname_main(int argc, char **argv)
|
|||||||
OPT_f = 0x2,
|
OPT_f = 0x2,
|
||||||
OPT_i = 0x4,
|
OPT_i = 0x4,
|
||||||
OPT_s = 0x8,
|
OPT_s = 0x8,
|
||||||
OPT_F = 0x8,
|
OPT_F = 0x10,
|
||||||
OPT_dfis = 0xf,
|
OPT_dfis = 0xf,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user