Browse Source

Fix for getopt -4

pull/5/head 0.0.3
ValdikSS 8 years ago
parent
commit
bb05d357a7
  1. 2
      goodbyedpi.c

2
goodbyedpi.c

@ -114,7 +114,7 @@ int main(int argc, char *argv[]) {
= 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) {
case '1':
do_passivedpi = do_host = do_host_removespace \

Loading…
Cancel
Save