diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2010-02-18 10:55:42 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2010-02-18 10:55:42 +0000 |
| commit | ee7ee75497f3883553b425290db64c7bb05b77fc (patch) | |
| tree | c93783144031b7f3d78f8ccf608e21fd8ce81e80 /lib/libc | |
| parent | 73ab91c2d6a89d739965dad67e6439d38d5202ea (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/sctp_sys_calls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/sctp_sys_calls.c b/lib/libc/net/sctp_sys_calls.c index 715fcbd797fc..d876293146ac 100644 --- a/lib/libc/net/sctp_sys_calls.c +++ b/lib/libc/net/sctp_sys_calls.c @@ -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); |
