Преглед изворни кода

netfilter: fix calls to nf_ct_iterate_cleanup() with Linux >= 3.13

Signed-off-by: Jo-Philipp Wich <[email protected]>

SVN-Revision: 42093
Jo-Philipp Wich пре 11 година
родитељ
комит
f1b40f9304

+ 1 - 1
target/linux/generic/patches-3.13/604-netfilter_conntrack_flush.patch

@@ -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;
 +}

+ 1 - 1
target/linux/generic/patches-3.14/604-netfilter_conntrack_flush.patch

@@ -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;
 +}