mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
tcp: need default in switch statement for enum.
fix clang error after c9b6241e25
Reviewed By: imp
Differential Revision: https://reviews.freebsd.org/D44081
This commit is contained in:
parent
c9b6241e25
commit
8917131e00
1 changed files with 2 additions and 0 deletions
|
|
@ -501,6 +501,8 @@ newreno_cc_cong_signal(struct cc_var *ccv, ccsignal_t type)
|
|||
}
|
||||
CCV(ccv, snd_cwnd) = mss;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue