summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/sockfs/sockcommon_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/fs/sockfs/sockcommon_subr.c')
-rw-r--r--usr/src/uts/common/fs/sockfs/sockcommon_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/fs/sockfs/sockcommon_subr.c b/usr/src/uts/common/fs/sockfs/sockcommon_subr.c
index e038af45c0..a244c65bc6 100644
--- a/usr/src/uts/common/fs/sockfs/sockcommon_subr.c
+++ b/usr/src/uts/common/fs/sockfs/sockcommon_subr.c
@@ -204,7 +204,7 @@ so_acceptq_flush(struct sonode *so, boolean_t doclose)
nso->so_acceptq_next = NULL;
if (doclose) {
- socket_close(nso, 0, CRED());
+ (void) socket_close(nso, 0, CRED());
} else {
/*
* Since the socket is on the accept queue, there can