diff options
-rw-r--r-- | utils/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount.c b/utils/mount.c index 5fa35bc4..483b71fc 100644 --- a/utils/mount.c +++ b/utils/mount.c @@ -404,7 +404,7 @@ do_mount (struct fs *fs, int remount) if (fake) { /* Fake the translator startup. */ - mach_port_t underlying; + mach_port_t underlying = MACH_PORT_NULL; mach_msg_type_name_t underlying_type; err = open_node (O_READ, &underlying, &underlying_type, 0, NULL); if (err) |