summaryrefslogtreecommitdiff
path: root/libfshelp/fetch-root.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-21 17:19:40 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-21 17:19:40 +0000
commitfc02b7d3c40a810e09ab85414a84ebf12ae86253 (patch)
treeee299e7ff89ee1c5cfb2d75b8f191dcb9e96b4c0 /libfshelp/fetch-root.c
parente9d286f1c83643eb3e04cf45f733f3c61726808e (diff)
(fshelp_fetch_root): Pass new third arg to fshelp_set_active.
Diffstat (limited to 'libfshelp/fetch-root.c')
-rw-r--r--libfshelp/fetch-root.c2
1 files changed, 1 insertions, 1 deletions
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)