summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-03 19:52:06 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-03 19:52:06 +0000
commit1083a1d539fd631d1f750e722d52c252330eecf2 (patch)
treeb392f26e132dcc57a39547430fdbb3e1d781cde0
parent006daa4de19cd8701da224d87840394d9af774e6 (diff)
(fshelp_get_identity): Bother to release idlock before returning.
-rw-r--r--libfshelp/get-identity.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfshelp/get-identity.c b/libfshelp/get-identity.c
index 964c607d..094145ee 100644
--- a/libfshelp/get-identity.c
+++ b/libfshelp/get-identity.c
@@ -82,6 +82,7 @@ fshelp_get_identity (struct port_bucket *bucket,
*pt = ports_get_right (i);
ports_port_deref (i);
+ mutex_unlock (&idlock);
return 0;
}