Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43184
b: refs/heads/master
c: 26db167
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Dec 7, 2006
1 parent dbc934d commit cd10abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c9204d9ca79baac564b49d36d0228a69d7ded084
refs/heads/master: 26db167702756d0022f8ea5f1f30cad3018cfe31
2 changes: 2 additions & 0 deletions trunk/net/ipv4/xfrm4_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ static void xfrm4_dst_destroy(struct dst_entry *dst)

if (likely(xdst->u.rt.idev))
in_dev_put(xdst->u.rt.idev);
if (likely(xdst->u.rt.peer))
inet_putpeer(xdst->u.rt.peer);
xfrm_dst_destroy(xdst);
}

Expand Down

0 comments on commit cd10abb

Please sign in to comment.