diff options
Diffstat (limited to 'net/ipv4/syncookies.c')
-rw-r--r-- | net/ipv4/syncookies.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/syncookies.c b/net/ipv4/syncookies.c index eab2a7fb15d1..650e1528e1e6 100644 --- a/net/ipv4/syncookies.c +++ b/net/ipv4/syncookies.c | |||
@@ -293,7 +293,7 @@ struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb, | |||
293 | 293 | ||
294 | /* check for timestamp cookie support */ | 294 | /* check for timestamp cookie support */ |
295 | memset(&tcp_opt, 0, sizeof(tcp_opt)); | 295 | memset(&tcp_opt, 0, sizeof(tcp_opt)); |
296 | tcp_parse_options(skb, &tcp_opt, &hash_location, 0); | 296 | tcp_parse_options(skb, &tcp_opt, &hash_location, 0, NULL); |
297 | 297 | ||
298 | if (!cookie_check_timestamp(&tcp_opt, &ecn_ok)) | 298 | if (!cookie_check_timestamp(&tcp_opt, &ecn_ok)) |
299 | goto out; | 299 | goto out; |