Don't pass PacketAliasProxyRule() a buffer with leading whitespace as it
can't handle it.
This commit is contained in:
parent
f169f2f020
commit
021996f177
@ -312,7 +312,7 @@ nat_ProxyRule(struct cmdargs const *arg)
|
||||
pos += len;
|
||||
}
|
||||
|
||||
return PacketAliasProxyRule(cmd);
|
||||
return PacketAliasProxyRule(cmd + strspn(cmd, " \t"));
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user