summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/shutdown.c b/libdiskfs/shutdown.c
index c42ea06e..c7c6ba22 100644
--- a/libdiskfs/shutdown.c
+++ b/libdiskfs/shutdown.c
@@ -37,7 +37,7 @@ diskfs_shutdown (int flags)
error_t error;
mach_port_t control;
- error = fshelp_fetch_control (np, &control);
+ error = fshelp_fetch_control (&np->transbox, &control);
if (!error && (control != MACH_PORT_NULL))
{
error = fsys_goaway (control, flags);