Author: rrs
Date: Fri Jul 24 14:13:43 2015
New Revision: 285838
URL: https://svnweb.freebsd.org/changeset/base/285838
Log:
Fix silly syntax error emacs chugged in for me.. gesh.
MFC after: 3 weeks
Modified:
head/sys/netinet/sctp_input.c
Modified: head/sys/netinet/sctp_input.c
==============================================================================
--- head/sys/netinet/sctp_input.c Fri Jul 24 14:09:03 2015
(r285837)
+++ head/sys/netinet/sctp_input.c Fri Jul 24 14:13:43 2015
(r285838)
@@ -3957,7 +3957,6 @@ sctp_handle_str_reset_request_out(struct
memcpy(&liste->list_of_streams, req->list_of_streams,
number_entries * sizeof(uint16_t));
TAILQ_INSERT_TAIL(&asoc->resetHead, liste, next_resp);
asoc->last_reset_action[0] =
SCTP_STREAM_RESET_RESULT_IN_PROGRESS;
- x
}
sctp_add_stream_reset_result(chk, seq,
asoc->last_reset_action[0]);
asoc->str_reset_seq_in++;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"