Avoid error message after handling TID req.
authorJennifer Richards <jennifer@painless-security.com>
Tue, 17 May 2016 19:53:20 +0000 (15:53 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Tue, 17 May 2016 19:53:20 +0000 (15:53 -0400)
commit7f85143212b8e2e5b11055c97b083119a756a812
tree489b741a341e8df962da01bac9bca09e6a3c453c
parent3c1e2decf52f62a6034250c4c20a9007928363ae
Avoid error message after handling TID req.

Replace the return 0 with an exit(0) after a forked subprocess finishes
handling a request. This prevents an erroneous error message from
indicating that the tids server has unexpectedly exited.
tid/tids.c