summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-02-24 01:45:35 +0000
committerStef Walter <stef@memberwebs.com>2006-02-24 01:45:35 +0000
commitf8ebebce3ba6036a0425186d86c2ef19e935ac37 (patch)
tree5a07c4b48596a516e2fad68c722ff03086c4561f
parentddaf4d947759d963588ac5636f7a8f9b8b4809aa (diff)
match messages for creating and destroying threads.
-rw-r--r--common/smtppass.c1
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;
}