summaryrefslogtreecommitdiff
path: root/libdiskfs/shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs/shutdown.c')
-rw-r--r--libdiskfs/shutdown.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libdiskfs/shutdown.c b/libdiskfs/shutdown.c
index 7427bbe4..23f48127 100644
--- a/libdiskfs/shutdown.c
+++ b/libdiskfs/shutdown.c
@@ -47,6 +47,10 @@ diskfs_shutdown (int flags)
else
error = 0;
mutex_lock (&np->lock);
+
+ if (error == MIG_SERVER_DIED || error == MACH_SEND_INVALID_DEST)
+ error = 0;
+
return error;
}