ipset: update to 4.4

This commit is contained in:
Jan Engelhardt
2010-10-02 00:34:38 +02:00
parent 14458b3a7e
commit bb15becc88
5 changed files with 9 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ ipporthash_test(struct ip_set *set, ip_set_ip_t ip, ip_set_ip_t port)
if (flags[1] == 0) \
return 0; \
\
port = get_port(skb, flags++); \
port = get_port(skb, ++flags); \
\
if (port == INVALID_PORT) \
return 0;