diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-03-16 07:03:14 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-03-16 07:03:14 +0000 |
| commit | 92c07a345ec0eaa9fb9d55b21039b3e9264c64d4 (patch) | |
| tree | 18f8a38d832ba3a76ee6c7ede2ca3a6acbb82de9 /sys/kern/uipc_sockbuf.c | |
| parent | 7982e7a46543d924673edff37e1fe119a5ec5219 (diff) | |
Notes
Diffstat (limited to 'sys/kern/uipc_sockbuf.c')
| -rw-r--r-- | sys/kern/uipc_sockbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c index 0e2609bd02b7..bdeb344f3576 100644 --- a/sys/kern/uipc_sockbuf.c +++ b/sys/kern/uipc_sockbuf.c @@ -266,7 +266,7 @@ sonewconn(head, connstatus) sp->so_qstate &= ~SQ_INCOMP; sp->so_head = NULL; ACCEPT_UNLOCK(); - (void) soabort(sp); + soabort(sp); ACCEPT_LOCK(); } TAILQ_INSERT_TAIL(&head->so_incomp, so, so_list); |
