diff options
-rw-r--r-- | src/cmd/import.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/import.c b/src/cmd/import.c index 117a5c2a..6b7152ba 100644 --- a/src/cmd/import.c +++ b/src/cmd/import.c @@ -262,6 +262,7 @@ shuffle(void *arg) if(write(fd[1], buf, n) != n) break; } + threadexitsall(0); } void |