mirror of
https://github.com/sonertari/SSLproxy
synced 2024-10-31 21:20:21 +00:00
Fix natengine opt passed in proxyspec on command line
This commit is contained in:
parent
2e8e677bac
commit
af6b40b5bf
@ -969,7 +969,7 @@ proxyspec_parse(int *argc, char **argv[], const char *natengine, global_t *globa
|
||||
} else
|
||||
if (nat_exist(**argv)) {
|
||||
/* natengine */
|
||||
if (proxyspec_set_natengine(spec, natengine) == -1)
|
||||
if (proxyspec_set_natengine(spec, **argv) == -1)
|
||||
return -1;
|
||||
state = 0;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user