From f8ebebce3ba6036a0425186d86c2ef19e935ac37 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 24 Feb 2006 01:45:35 +0000 Subject: match messages for creating and destroying threads. --- common/smtppass.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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; } -- cgit v1.2.3