rename our context so its more filename friendly.
authorWilfried Goesgens <dothebart@citadel.org>
Wed, 24 Aug 2011 09:38:12 +0000 (11:38 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Wed, 24 Aug 2011 09:38:12 +0000 (11:38 +0200)
citadel/modules/smtp/serv_smtpqueue.c

index 6ce5600728ecde9616b4309d292c39fd522ae632..369bc7276fea4adb26873d9fa8d7153f91119055 100644 (file)
@@ -802,7 +802,7 @@ void *smtp_queue_thread(void *arg) {
 
        CtdlThreadSleep(10);
 
-       CtdlFillSystemContext(&smtp_queue_CC, "SMTP Send");
+       CtdlFillSystemContext(&smtp_queue_CC, "SMTP_Send");
        citthread_setspecific(MyConKey, (void *)&smtp_queue_CC);
        CtdlLogPrintf(CTDL_DEBUG, "smtp_queue_thread() initializing\n");