Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122929
b: refs/heads/master
c: f2712fd
h: refs/heads/master
i:
  122927: 2a44151
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Dec 26, 2008
1 parent 2922599 commit 52e2800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: fdb614c28487df41f7bf2c98e85f29f31885561e
refs/heads/master: f2712fd0b4097e8385bdb75c0ebd285a057fe299
4 changes: 1 addition & 3 deletions trunk/net/ipv4/xfrm4_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ int xfrm4_udp_encap_rcv(struct sock *sk, struct sk_buff *skb)
struct udphdr *uh;
struct iphdr *iph;
int iphlen, len;
int ret;

__u8 *udpdata;
__be32 *udpdata32;
Expand Down Expand Up @@ -152,8 +151,7 @@ int xfrm4_udp_encap_rcv(struct sock *sk, struct sk_buff *skb)
skb_reset_transport_header(skb);

/* process ESP */
ret = xfrm4_rcv_encap(skb, IPPROTO_ESP, 0, encap_type);
return ret;
return xfrm4_rcv_encap(skb, IPPROTO_ESP, 0, encap_type);

drop:
kfree_skb(skb);
Expand Down

0 comments on commit 52e2800

Please sign in to comment.