removed CtdlClearSystemContext() entirely.
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 17:37:52 +0000 (17:37 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 17:37:52 +0000 (17:37 +0000)
citadel/modules/smtp/serv_smtpqueue.c

index 06fe0d262eb785657baf1b7853a948473218da1a..3237e5b906429967899487a267b39aa498d3683b 100644 (file)
@@ -113,7 +113,6 @@ void smtp_evq_cleanup(void)
        DeleteHash(&ActiveQItems);
        pthread_mutex_unlock(&ActiveQItemsLock);
        pthread_setspecific(MyConKey, (void *)&smtp_queue_CC);
-       CtdlClearSystemContext();
 /*     citthread_mutex_destroy(&ActiveQItemsLock); TODO */
 }