diff options
Diffstat (limited to 'net/ipv4/ip_sockglue.c')
-rw-r--r-- | net/ipv4/ip_sockglue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_sockglue.c b/net/ipv4/ip_sockglue.c index 2fd0fba77124..0a87e1fc0ce5 100644 --- a/net/ipv4/ip_sockglue.c +++ b/net/ipv4/ip_sockglue.c | |||
@@ -90,7 +90,7 @@ static void ip_cmsg_recv_opts(struct msghdr *msg, struct sk_buff *skb) | |||
90 | static void ip_cmsg_recv_retopts(struct msghdr *msg, struct sk_buff *skb) | 90 | static void ip_cmsg_recv_retopts(struct msghdr *msg, struct sk_buff *skb) |
91 | { | 91 | { |
92 | unsigned char optbuf[sizeof(struct ip_options) + 40]; | 92 | unsigned char optbuf[sizeof(struct ip_options) + 40]; |
93 | struct ip_options * opt = (struct ip_options *)optbuf; | 93 | struct ip_options *opt = (struct ip_options *)optbuf; |
94 | 94 | ||
95 | if (IPCB(skb)->opt.optlen == 0) | 95 | if (IPCB(skb)->opt.optlen == 0) |
96 | return; | 96 | return; |