Update goodbyedpi.c
This commit is contained in:
parent
808d050a11
commit
5777405bab
|
|
@ -862,7 +862,6 @@ int main(int argc, char *argv[]) {
|
||||||
case '+': // --auto-ttl
|
case '+': // --auto-ttl
|
||||||
do_fake_packet = 1;
|
do_fake_packet = 1;
|
||||||
do_auto_ttl = 1;
|
do_auto_ttl = 1;
|
||||||
|
|
||||||
if (!optarg && argv[optind] && argv[optind][0] != '-')
|
if (!optarg && argv[optind] && argv[optind][0] != '-')
|
||||||
optarg = argv[optind];
|
optarg = argv[optind];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue