diff options
-rw-r--r-- | libmachdev/trivfs_server.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmachdev/trivfs_server.c b/libmachdev/trivfs_server.c index 14367157..e122b0f9 100644 --- a/libmachdev/trivfs_server.c +++ b/libmachdev/trivfs_server.c @@ -569,6 +569,8 @@ machdev_trivfs_server(mach_port_t bootstrap) mach_port_deallocate (mach_task_self (), bootstrap); if (err) error (1, err, "Contacting parent"); + + arrange_shutdown_notification (); } else { |