diff options
-rw-r--r-- | rumpdisk/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rumpdisk/main.c b/rumpdisk/main.c index 150dc996..a26e17cb 100644 --- a/rumpdisk/main.c +++ b/rumpdisk/main.c @@ -124,5 +124,7 @@ main (int argc, char **argv) return err; pthread_detach (t); machdev_trivfs_server (bootstrap); + /* Let the other threads do their job */ + pthread_exit (NULL); return 0; } |