summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2016-05-02 21:23:05 +0000
committertuexen <tuexen@FreeBSD.org>2016-05-02 21:23:05 +0000
commitdae8bb36cc88c77585c2ca3daf1a0f20f22e6476 (patch)
tree5cd823110e848abc5a66acd002ad9cc48ede1ed5
parentd3451d9d4050e6c692cb81b07b9cf007abf32ae9 (diff)
downloadFreeBSD-src-dae8bb36cc88c77585c2ca3daf1a0f20f22e6476.zip
FreeBSD-src-dae8bb36cc88c77585c2ca3daf1a0f20f22e6476.tar.gz
Undo a spell fix introduced in r298942, which breaks compilation.
-rw-r--r--sys/netinet/sctp_indata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_indata.c b/sys/netinet/sctp_indata.c
index d6f582a..cd6c5f9 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
OpenPOWER on IntegriCloud