mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC r203323:
Remove extra semicolon. Approved by: rrs (mentor)
This commit is contained in:
parent
73ab91c2d6
commit
ee7ee75497
1 changed files with 1 additions and 1 deletions
|
|
@ -784,7 +784,7 @@ sctp_sendx(int sd, const void *msg, size_t msg_len,
|
|||
free(buf);
|
||||
if (ret != 0) {
|
||||
if (errno == EALREADY) {
|
||||
no_end_cx = 1;;
|
||||
no_end_cx = 1;
|
||||
goto continue_send;
|
||||
}
|
||||
return (ret);
|
||||
|
|
|
|||
Loading…
Reference in a new issue