diff options
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/fetch-control.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libfshelp/fetch-control.c b/libfshelp/fetch-control.c index 72bad1e3..32b28ddf 100644 --- a/libfshelp/fetch-control.c +++ b/libfshelp/fetch-control.c @@ -24,9 +24,7 @@ error_t fshelp_fetch_control (struct transbox *box, mach_port_t *control) { - mutex_lock (&box->innerlock); /* cancellation point XXX */ *control = box->active; mach_port_mod_refs (mach_task_self (), *control, MACH_PORT_RIGHT_SEND, 1); - mutex_unlock (&box->innerlock); return 0; } |