Remove extra semicolon.

Approved by:	rrs (mentor)
This commit is contained in:
Rebecca Cran 2010-01-31 21:47:39 +00:00
parent 0add3200d1
commit ecf4b67af3

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