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