netfilter: fix calls to nf_ct_iterate_cleanup() with Linux >= 3.13
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42093
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
+ return -EINVAL;
|
||||
+ }
|
||||
+
|
||||
+ nf_ct_iterate_cleanup(net, kill_matching, &kr);
|
||||
+ nf_ct_iterate_cleanup(net, kill_matching, &kr, 0, 0);
|
||||
+
|
||||
+ return count;
|
||||
+}
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
+ return -EINVAL;
|
||||
+ }
|
||||
+
|
||||
+ nf_ct_iterate_cleanup(net, kill_matching, &kr);
|
||||
+ nf_ct_iterate_cleanup(net, kill_matching, &kr, 0, 0);
|
||||
+
|
||||
+ return count;
|
||||
+}
|
||||
|
||||
Reference in New Issue
Block a user