Skip to content

Commit

Permalink
Fix for getopt -4
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdikSS committed May 17, 2017
1 parent 609d8aa commit bb05d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goodbyedpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bb05d35

Please sign in to comment.