Don't pass PacketAliasProxyRule() a buffer with leading whitespace as it

can't handle it.
This commit is contained in:
Brian Somers 2001-01-28 21:56:27 +00:00
parent f169f2f020
commit 021996f177

View File

@ -312,7 +312,7 @@ nat_ProxyRule(struct cmdargs const *arg)
pos += len;
}
return PacketAliasProxyRule(cmd);
return PacketAliasProxyRule(cmd + strspn(cmd, " \t"));
}
int