From afd67482586b14c31ca2c6c413f09b3352ae769b Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Mon, 2 May 2016 21:23:05 +0000 Subject: [PATCH] Undo a spell fix introduced in r298942, which breaks compilation. --- sys/netinet/sctp_indata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/sctp_indata.c b/sys/netinet/sctp_indata.c index d6f582a35a96..cd6c5f9dd0ab 100644 --- a/sys/netinet/sctp_indata.c +++ b/sys/netinet/sctp_indata.c @@ -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