Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336073
b: refs/heads/master
c: e1a6764
h: refs/heads/master
i:
  336071: c531e1a
v: v3
  • Loading branch information
Neal Cardwell authored and David S. Miller committed Nov 26, 2012
1 parent 33ac3ba commit a80e933
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 81b401100c01d2357031e874689f89bd788d13cd
refs/heads/master: e1a676424c290b1c8d757e3860170ac7ecd89af4
3 changes: 2 additions & 1 deletion trunk/net/ipv4/icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ static inline bool icmpv4_xrlim_allow(struct net *net, struct rtable *rt,
struct inet_peer *peer = inet_getpeer_v4(net->ipv4.peers, fl4->daddr, 1);
rc = inet_peer_xrlim_allow(peer,
net->ipv4.sysctl_icmp_ratelimit);
inet_putpeer(peer);
if (peer)
inet_putpeer(peer);
}
out:
return rc;
Expand Down

0 comments on commit a80e933

Please sign in to comment.