Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63618
b: refs/heads/master
c: c86dabc
h: refs/heads/master
v: v3
  • Loading branch information
sebastian@breakpoint.cc authored and Vlad Yasevich committed Aug 1, 2007
1 parent ae93005 commit 8594b96
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 0a5fcb9cf8e5c3fabaab1c20668f58fe85d7c70d
refs/heads/master: c86dabcf00f3ca167df59f3526a53b3da3ede2c8
1 change: 0 additions & 1 deletion trunk/net/sctp/sm_make_chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,6 @@ struct sctp_association *sctp_unpack_cookie(
do_gettimeofday(&tv);

if (!asoc && tv_lt(bear_cookie->expiration, tv)) {
__u16 len;
/*
* Section 3.3.10.3 Stale Cookie Error (3)
*
Expand Down
1 change: 0 additions & 1 deletion trunk/net/sctp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,6 @@ SCTP_STATIC int sctp_sendmsg(struct kiocb *iocb, struct sock *sk,
goto out_unlock;
}
if (sinfo_flags & SCTP_ABORT) {
struct sctp_chunk *chunk;

chunk = sctp_make_abort_user(asoc, msg, msg_len);
if (!chunk) {
Expand Down

0 comments on commit 8594b96

Please sign in to comment.