summaryrefslogtreecommitdiff
path: root/persistent-hello.c
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-08-04 13:45:16 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-08-04 13:45:34 +0200
commit5b6534d7c9cdd0d6f0284cdf6f30b9bcf5fffc52 (patch)
tree08194a75bc15e6cd1ad134de85c4db1de78eccbc /persistent-hello.c
parent215ee22f3c0d6c45403e562fee95d809547b4302 (diff)
Fix fsys_goaway
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);
}