Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145273
b: refs/heads/master
c: 5b5f792
h: refs/heads/master
i:
  145271: c9db5b2
v: v3
  • Loading branch information
Florian Westphal authored and David S. Miller committed May 21, 2009
1 parent ac7cf88 commit 67ec963
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: c40499e04b2005e61f989824251f9343b55f96bb
refs/heads/master: 5b5f792a6a9a2f9ae812d151ed621f72e99b1725
2 changes: 1 addition & 1 deletion trunk/net/core/pktgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2447,7 +2447,7 @@ static inline void free_SAs(struct pktgen_dev *pkt_dev)
if (pkt_dev->cflows) {
/* let go of the SAs if we have them */
int i = 0;
for (; i < pkt_dev->nflows; i++){
for (; i < pkt_dev->cflows; i++) {
struct xfrm_state *x = pkt_dev->flows[i].x;
if (x) {
xfrm_state_put(x);
Expand Down

0 comments on commit 67ec963

Please sign in to comment.