diff options
Diffstat (limited to 'src/cmd')
-rw-r--r-- | src/cmd/acme/acme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acme/acme.c b/src/cmd/acme/acme.c index ee8bf150..111b9a99 100644 --- a/src/cmd/acme/acme.c +++ b/src/cmd/acme/acme.c @@ -260,7 +260,7 @@ threadmain(int argc, char *argv[]) threadcreate(xfidallocthread, nil, STACK); threadcreate(newwindowthread, nil, STACK); /* threadcreate(shutdownthread, nil, STACK); */ -/* threadnotify(shutdown, 1); */ + threadnotify(shutdown, 1); recvul(cexit); killprocs(); threadexitsall(nil); |