aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/netfilter/ip_tables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/ip_tables.c b/net/ipv4/netfilter/ip_tables.c
index e2c7f6e024c5..0f4835cf0e4d 100644
--- a/net/ipv4/netfilter/ip_tables.c
+++ b/net/ipv4/netfilter/ip_tables.c
@@ -1725,6 +1725,7 @@ free_newinfo:
1725out: 1725out:
1726 return ret; 1726 return ret;
1727out_unlock: 1727out_unlock:
1728 compat_flush_offsets();
1728 xt_compat_unlock(AF_INET); 1729 xt_compat_unlock(AF_INET);
1729 goto out; 1730 goto out;
1730} 1731}