Skip to content

Commit

Permalink
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/dm_debug.c
Original file line number Diff line number Diff line change
@@ -100,9 +100,6 @@ void trace(Trace_T level, const char * module, const char * function, int line,

l = strlen(message);

if (message[l] == '\n')
message[l] = '\0';

if (level & TRACE_STDERR) {
time_t now = time(NULL);
struct tm tmp;
1 change: 0 additions & 1 deletion src/server.c
Original file line number Diff line number Diff line change
@@ -177,7 +177,6 @@ static int server_setup(ServerConfig_T *conf)
if (! MATCH(conf->service_name,"IMAP"))
return 0;

if (! g_thread_supported () ) g_thread_init (NULL);
// Asynchronous message queue for receiving messages
// from worker threads in the main thread.
//

0 comments on commit ede5490

Please sign in to comment.