Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262779
b: refs/heads/master
c: f0e3d06
h: refs/heads/master
i:
  262777: dde8eb9
  262775: 477e366
v: v3
  • Loading branch information
Mike Waychison authored and David S. Miller committed Aug 11, 2011
1 parent 34228bf commit 9db52ee
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 56c07271307b4a20802005692b2b70dfe13d72e8
refs/heads/master: f0e3d0689da401f7d1981c2777a714ba295ea5ff
2 changes: 1 addition & 1 deletion trunk/net/ipv4/syncookies.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb,
int mss;
struct rtable *rt;
__u8 rcv_wscale;
bool ecn_ok;
bool ecn_ok = false;

if (!sysctl_tcp_syncookies || !th->ack || th->rst)
goto out;
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv6/syncookies.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ struct sock *cookie_v6_check(struct sock *sk, struct sk_buff *skb)
int mss;
struct dst_entry *dst;
__u8 rcv_wscale;
bool ecn_ok;
bool ecn_ok = false;

if (!sysctl_tcp_syncookies || !th->ack || th->rst)
goto out;
Expand Down

0 comments on commit 9db52ee

Please sign in to comment.