summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/uipc_syscalls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c
index 705dacf..baa6c5c 100644
--- a/sys/kern/uipc_syscalls.c
+++ b/sys/kern/uipc_syscalls.c
@@ -272,6 +272,7 @@ accept1(p, uap, compat)
namelen = 0;
if (uap->name)
goto gotnoname;
+ splx(s);
return 0;
}
if (uap->name) {
OpenPOWER on IntegriCloud