mirror of
https://github.com/bol-van/zapret.git
synced 2024-12-22 06:15:25 +00:00
nfqws: dangling else fix
This commit is contained in:
parent
abdc8d9449
commit
0f1721d2c4
@ -1392,10 +1392,12 @@ int main(int argc, char **argv)
|
||||
while ((v = getopt_long_only(argc, argv, "", long_options, &option_index)) != -1)
|
||||
{
|
||||
if (v)
|
||||
{
|
||||
if (bDry)
|
||||
exit_clean(1);
|
||||
else
|
||||
exithelp_clean();
|
||||
}
|
||||
switch (option_index)
|
||||
{
|
||||
case 0: /* debug */
|
||||
|
Loading…
Reference in New Issue
Block a user