Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194617
b: refs/heads/master
c: 4b02162
h: refs/heads/master
i:
  194615: 7720c16
v: v3
  • Loading branch information
Changli Gao authored and David S. Miller committed Apr 30, 2010
1 parent 5ec12a7 commit 297347d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 767dd03369ac18af58efdef0383d6eb986eab426
refs/heads/master: 4b021628beb26238087812829cc080da47e4b236
2 changes: 1 addition & 1 deletion trunk/net/xfrm/xfrm_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ int __xfrm_lookup(struct net *net, struct dst_entry **dst_p, struct flowi *fl,
struct dst_entry *dst, *dst_orig = *dst_p, *route;
u16 family = dst_orig->ops->family;
u8 dir = policy_to_flow_dir(XFRM_POLICY_OUT);
int i, err, num_pols, num_xfrms, drop_pols = 0;
int i, err, num_pols, num_xfrms = 0, drop_pols = 0;

restart:
dst = NULL;
Expand Down

0 comments on commit 297347d

Please sign in to comment.