diff options
author | Stef Walter <stef@memberwebs.com> | 2006-02-24 01:45:35 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-02-24 01:45:35 +0000 |
commit | f8ebebce3ba6036a0425186d86c2ef19e935ac37 (patch) | |
tree | 5a07c4b48596a516e2fad68c722ff03086c4561f /common | |
parent | ddaf4d947759d963588ac5636f7a8f9b8b4809aa (diff) |
match messages for creating and destroying threads.
Diffstat (limited to 'common')
-rw-r--r-- | common/smtppass.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/smtppass.c b/common/smtppass.c index 677277f..b6d7e79 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -578,6 +578,7 @@ static void connection_loop(int sock) close(fd); } + sp_messagex(NULL, LOG_DEBUG, "cleaning up completed thread"); pthread_join(threads[i].tid, NULL); threads[i].tid = 0; } |