aboutsummaryrefslogtreecommitdiff
path: root/term/devio.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/devio.c')
-rw-r--r--term/devio.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/term/devio.c b/term/devio.c
index e8f7f0b6..cad276de 100644
--- a/term/devio.c
+++ b/term/devio.c
@@ -468,7 +468,10 @@ device_open_reply (mach_port_t replyport,
sizeof (struct port_info),
&phys_reply_writes_pi);
if (errno)
- return errno;
+ {
+ mutex_unlock (&global_lock);
+ return errno;
+ }
phys_reply_writes = ports_get_right (phys_reply_writes_pi);
mach_port_insert_right (mach_task_self (), phys_reply_writes,
phys_reply_writes, MACH_MSG_TYPE_MAKE_SEND);