mirror of
https://github.com/ValdikSS/GoodbyeDPI.git
synced 2025-01-03 04:49:56 +00:00
Fix for getopt -4
This commit is contained in:
parent
609d8aa037
commit
bb05d357a7
@ -114,7 +114,7 @@ int main(int argc, char *argv[]) {
|
|||||||
= do_fragment_http = do_fragment_https = 1;
|
= do_fragment_http = do_fragment_https = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
while ((opt = getopt(argc, argv, "123prsf:e:")) != -1) {
|
while ((opt = getopt(argc, argv, "1234prsf:e:")) != -1) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
case '1':
|
case '1':
|
||||||
do_passivedpi = do_host = do_host_removespace \
|
do_passivedpi = do_host = do_host_removespace \
|
||||||
|
Loading…
Reference in New Issue
Block a user