aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/xfrm/xfrm_policy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c
index 31f4ba43b48f..f4ea3a08e5a1 100644
--- a/net/xfrm/xfrm_policy.c
+++ b/net/xfrm/xfrm_policy.c
@@ -1805,7 +1805,7 @@ restart:
1805 /* EREMOTE tells the caller to generate 1805 /* EREMOTE tells the caller to generate
1806 * a one-shot blackhole route. */ 1806 * a one-shot blackhole route. */
1807 dst_release(dst); 1807 dst_release(dst);
1808 xfrm_pols_put(pols, num_pols); 1808 xfrm_pols_put(pols, drop_pols);
1809 XFRM_INC_STATS(net, LINUX_MIB_XFRMOUTNOSTATES); 1809 XFRM_INC_STATS(net, LINUX_MIB_XFRMOUTNOSTATES);
1810 return -EREMOTE; 1810 return -EREMOTE;
1811 } 1811 }