diff options
Diffstat (limited to 'usr/src/uts/common/inet/ip/spdsock.c')
-rw-r--r-- | usr/src/uts/common/inet/ip/spdsock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/inet/ip/spdsock.c b/usr/src/uts/common/inet/ip/spdsock.c index 5911b45770..1ae2279dcf 100644 --- a/usr/src/uts/common/inet/ip/spdsock.c +++ b/usr/src/uts/common/inet/ip/spdsock.c @@ -21,7 +21,7 @@ /* * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved. - * Copyright 2017 Joyent, Inc. + * Copyright 2019, Joyent, Inc. */ #include <sys/param.h> @@ -3609,7 +3609,7 @@ spdsock_wsrv(queue_t *q) while ((mp = getq(q)) != NULL) { if (ipsec_loaded(ipss)) { - spdsock_wput(q, mp); + (void) spdsock_wput(q, mp); if (ss->spdsock_dump_req != NULL) return (0); } else if (!ipsec_failed(ipss)) { |