summaryrefslogtreecommitdiff
path: root/persistent-hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'persistent-hello.c')
-rw-r--r--persistent-hello.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/persistent-hello.c b/persistent-hello.c
index 85f0335..5cceb8a 100644
--- a/persistent-hello.c
+++ b/persistent-hello.c
@@ -92,6 +92,9 @@ trivfs_modify_stat (struct trivfs_protid *cred, struct stat *st)
error_t
trivfs_goaway (struct trivfs_control *cntl, int flags)
{
+ if (reincarnation != MACH_PORT_NULL)
+ reincarnation_goaway (reincarnation);
+
exit (0);
}