Author: tuexen Date: Mon May 2 21:23:05 2016 New Revision: 298945 URL: https://svnweb.freebsd.org/changeset/base/298945
Log: Undo a spell fix introduced in r298942, which breaks compilation. Modified: head/sys/netinet/sctp_indata.c Modified: head/sys/netinet/sctp_indata.c ============================================================================== --- head/sys/netinet/sctp_indata.c Mon May 2 21:06:02 2016 (r298944) +++ head/sys/netinet/sctp_indata.c Mon May 2 21:23:05 2016 (r298945) @@ -3651,7 +3651,7 @@ static int sctp_fs_audit(struct sctp_association *asoc) { struct sctp_tmit_chunk *chk; - int inflight = 0, resend = 0, between = 0, acked = 0, above = 0; + int inflight = 0, resend = 0, inbetween = 0, acked = 0, above = 0; int ret; #ifndef INVARIANTS _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"