svn commit: r298945 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Mon May 2 21:23:07 UTC 2016


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


More information about the svn-src-head mailing list