Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166630
b: refs/heads/master
c: 298bf12
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hlusiak authored and David S. Miller committed Sep 30, 2009
1 parent a4305e7 commit 01d7234
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: d99927f4d93f36553699573b279e0ff98ad7dea6
refs/heads/master: 298bf12ddb25841804f26234a43b89da1b1c0e21
2 changes: 1 addition & 1 deletion trunk/net/ipv6/sit.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ static int ipip6_tunnel_get_prl(struct ip_tunnel *t,

c = 0;
for (prl = t->prl; prl; prl = prl->next) {
if (c > cmax)
if (c >= cmax)
break;
if (kprl.addr != htonl(INADDR_ANY) && prl->addr != kprl.addr)
continue;
Expand Down

0 comments on commit 01d7234

Please sign in to comment.