Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19701
b: refs/heads/master
c: f00c401
h: refs/heads/master
i:
  19699: af20c0d
v: v3
  • Loading branch information
Horms authored and David S. Miller committed Feb 3, 2006
1 parent 851f20c commit 1fd9900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 95f7daf1c058dc6afbc2d33b6a65ce1bae132dc8
refs/heads/master: f00c401b9b5f0a90e2eb05705f5988fbda0b082b
3 changes: 1 addition & 2 deletions trunk/net/ipv4/icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ static void icmp_reply(struct icmp_bxm *icmp_param, struct sk_buff *skb)
u32 daddr;

if (ip_options_echo(&icmp_param->replyopts, skb))
goto out;
return;

if (icmp_xmit_lock())
return;
Expand Down Expand Up @@ -416,7 +416,6 @@ static void icmp_reply(struct icmp_bxm *icmp_param, struct sk_buff *skb)
ip_rt_put(rt);
out_unlock:
icmp_xmit_unlock();
out:;
}


Expand Down

0 comments on commit 1fd9900

Please sign in to comment.