Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20258
b: refs/heads/master
c: 00de651
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Feb 14, 2006
1 parent 4050e8a commit f1fb333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d3e85ecf22a5e3610df47b9c3fb2fc32cfd35bf
refs/heads/master: 00de651d14baabc5c1d2f32c49d9a984d8891c8e
4 changes: 3 additions & 1 deletion trunk/net/xfrm/xfrm_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,9 @@ int xfrm_lookup(struct dst_entry **dst_p, struct flowi *fl,
xfrm_pol_put(policy);
if (dst)
dst_free(dst);
goto restart;

err = -EHOSTUNREACH;
goto error;
}
dst->next = policy->bundles;
policy->bundles = dst;
Expand Down

0 comments on commit f1fb333

Please sign in to comment.