diff options
Diffstat (limited to 'common/smtppass.c')
-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; } |