mirror of
https://github.com/bol-van/zapret.git
synced 2024-12-22 06:15:25 +00:00
winws: fix non-working --dry-run
This commit is contained in:
parent
21e08ca55e
commit
d6688b935d
@ -1407,7 +1407,6 @@ int main(int argc, char **argv)
|
||||
params.debug_target = LOG_TARGET_CONSOLE;
|
||||
}
|
||||
break;
|
||||
#ifndef __CYGWIN__
|
||||
case 1: /* dry-run */
|
||||
bDry=true;
|
||||
break;
|
||||
@ -1431,7 +1430,6 @@ int main(int argc, char **argv)
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
#endif
|
||||
case 3: /* daemon */
|
||||
daemon = true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user