From fc02b7d3c40a810e09ab85414a84ebf12ae86253 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 21 Jun 1995 17:19:40 +0000 Subject: (fshelp_fetch_root): Pass new third arg to fshelp_set_active. --- libfshelp/fetch-root.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfshelp/fetch-root.c b/libfshelp/fetch-root.c index 327bbe35..851ec4fb 100644 --- a/libfshelp/fetch-root.c +++ b/libfshelp/fetch-root.c @@ -149,7 +149,7 @@ fshelp_fetch_root (struct transbox *box, void *cookie, if ((err == MACH_SEND_INVALID_DEST || err == MIG_SERVER_DIED) && control == box->active) - fshelp_set_active (box, MACH_PORT_NULL); + fshelp_set_active (box, MACH_PORT_NULL, 0); mach_port_deallocate (mach_task_self (), control); if (err == MACH_SEND_INVALID_DEST || err == MIG_SERVER_DIED) -- cgit v1.2.3