mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Undo a spell fix introduced in r298942, which breaks compilation.
This commit is contained in:
parent
b976830308
commit
afd6748258
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue