Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276217
b: refs/heads/master
c: 4d65a24
h: refs/heads/master
i:
  276215: 5fbdaa7
v: v3
  • Loading branch information
Li Wei authored and David S. Miller committed Nov 23, 2011
1 parent b6ce5d0 commit bd63625
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: 02f1ce35bed3ceb56868ec534591e15ffdcef879
refs/heads/master: 4d65a2465f6f2694de67777a8aedb1272f473979
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ndisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ void ndisc_send_redirect(struct sk_buff *skb, struct neighbour *neigh,
}
if (!rt->rt6i_peer)
rt6_bind_peer(rt, 1);
if (inet_peer_xrlim_allow(rt->rt6i_peer, 1*HZ))
if (!inet_peer_xrlim_allow(rt->rt6i_peer, 1*HZ))
goto release;

if (dev->addr_len) {
Expand Down

0 comments on commit bd63625

Please sign in to comment.