Update goodbyedpi.c

This commit is contained in:
SashaXser 2023-08-04 21:03:29 +04:00 committed by GitHub
parent 808d050a11
commit 5777405bab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -862,7 +862,6 @@ int main(int argc, char *argv[]) {
case '+': // --auto-ttl
do_fake_packet = 1;
do_auto_ttl = 1;
if (!optarg && argv[optind] && argv[optind][0] != '-')
optarg = argv[optind];