From 2580f949c62724a052f58ac1457595567fb493a6 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 7 May 2014 16:08:32 -0400 Subject: [PATCH] Disabled debug checks --- src/main/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/connection.c b/src/main/connection.c index b1683e9..b165cfa 100644 --- a/src/main/connection.c +++ b/src/main/connection.c @@ -36,7 +36,7 @@ extern bool check_config; #ifndef NDEBUG #ifdef HAVE_PTHREAD_H -#define PTHREAD_DEBUG (1) +/* #define PTHREAD_DEBUG (1) */ #endif #endif -- 2.1.4