From f3fb9da46d9ce9eb0559c1ff135ea8bb1821717b Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Sun, 6 Nov 2011 10:52:51 +0100 Subject: [PATCH] Don't unlock the mutex. We didn't lock it --- src/main/connection.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/connection.c b/src/main/connection.c index 5459393..61fd632 100644 --- a/src/main/connection.c +++ b/src/main/connection.c @@ -365,7 +365,6 @@ static int fr_connection_manage(fr_connection_pool_t *fc, fc->log_prefix, this->number); do_delete: fr_connection_close(fc, this); - pthread_mutex_unlock(&fc->mutex); return 0; } -- 2.1.4