aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/sm_make_chunk.c')
-rw-r--r--net/sctp/sm_make_chunk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
index ad02311dcd83..ba76ceca2a4e 100644
--- a/net/sctp/sm_make_chunk.c
+++ b/net/sctp/sm_make_chunk.c
@@ -1452,7 +1452,6 @@ no_hmac:
1452 do_gettimeofday(&tv); 1452 do_gettimeofday(&tv);
1453 1453
1454 if (!asoc && tv_lt(bear_cookie->expiration, tv)) { 1454 if (!asoc && tv_lt(bear_cookie->expiration, tv)) {
1455 __u16 len;
1456 /* 1455 /*
1457 * Section 3.3.10.3 Stale Cookie Error (3) 1456 * Section 3.3.10.3 Stale Cookie Error (3)
1458 * 1457 *