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

can't handle it.
This commit is contained in:
brian 2001-01-28 21:56:27 +00:00
parent 9f745e4a19
commit 43228ef6de

View File

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