Undo a spell fix introduced in r298942, which breaks compilation.

This commit is contained in:
Michael Tuexen 2016-05-02 21:23:05 +00:00
parent b976830308
commit afd6748258
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298945

View File

@ -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