MFC r203323:

Remove extra semicolon.

Approved by:	rrs (mentor)
This commit is contained in:
Rebecca Cran 2010-02-18 10:55:42 +00:00
parent 73ab91c2d6
commit ee7ee75497

View file

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