Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2016 21:23:05 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298945 - head/sys/netinet
Message-ID:  <201605022123.u42LN5sF048333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605022123.u42LN5sF048333>