summaryrefslogtreecommitdiffstats
path: root/kernel/ip_set_ipportiphash.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ip_set_ipportiphash.c')
-rw-r--r--kernel/ip_set_ipportiphash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/ip_set_ipportiphash.c b/kernel/ip_set_ipportiphash.c
index 8b8f2a2..c80087f 100644
--- a/kernel/ip_set_ipportiphash.c
+++ b/kernel/ip_set_ipportiphash.c
@@ -72,8 +72,8 @@ ipportiphash_test(struct ip_set *set,
if (flags[2] == 0) \
return 0; \
\
- port = get_port(skb, flags++); \
- ip1 = ipaddr(skb, flags++); \
+ port = get_port(skb, ++flags); \
+ ip1 = ipaddr(skb, ++flags); \
\
if (port == INVALID_PORT) \
return 0;