From 6962944d66094ea7c06f4cb53e343b0027005925 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Sat, 15 May 2010 23:49:26 -0700 Subject: [PATCH] --- yaml --- r: 195133 b: refs/heads/master c: a1aa3483041bd3691c7f029272ccef4ce70bd957 h: refs/heads/master i: 195131: a135832db804474dea815f127b6e87faf3a51bb8 v: v3 --- [refs] | 2 +- trunk/net/xfrm/xfrm_policy.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c9a953031255..4504e0b6f152 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a14462f1bd4d3962994f518459102000438665aa +refs/heads/master: a1aa3483041bd3691c7f029272ccef4ce70bd957 diff --git a/trunk/net/xfrm/xfrm_policy.c b/trunk/net/xfrm/xfrm_policy.c index 31f4ba43b48f..f4ea3a08e5a1 100644 --- a/trunk/net/xfrm/xfrm_policy.c +++ b/trunk/net/xfrm/xfrm_policy.c @@ -1805,7 +1805,7 @@ int __xfrm_lookup(struct net *net, struct dst_entry **dst_p, struct flowi *fl, /* EREMOTE tells the caller to generate * a one-shot blackhole route. */ dst_release(dst); - xfrm_pols_put(pols, num_pols); + xfrm_pols_put(pols, drop_pols); XFRM_INC_STATS(net, LINUX_MIB_XFRMOUTNOSTATES); return -EREMOTE; }