From 2b722b756864b14b6299a8b24067a37e12aabfc4 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 27 Jan 2015 19:39:04 +0100 Subject: [SERVER] Fix automatic proxying to use supplied connection; fix race condition in uplink_init --- src/server/threadpool.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/server/threadpool.c') diff --git a/src/server/threadpool.c b/src/server/threadpool.c index fd90944..2d621c5 100644 --- a/src/server/threadpool.c +++ b/src/server/threadpool.c @@ -72,7 +72,6 @@ bool threadpool_run(void *(*startRoutine)(void *), void *arg) free( entry ); return false; } - printf( "[DEBUG] Thread created!\n" ); } entry->next = NULL; entry->startRoutine = startRoutine; @@ -125,7 +124,6 @@ static void *threadpool_worker(void *entryPtr) } signal_close( entry->signalFd ); free( entry ); - printf(" [DEBUG] Thread killed!\n" ); return NULL; } -- cgit v1.2.3-55-g7522