From b8594b8cb9118b5e95b30d4e7d87c736a0f74fbc Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 10 Aug 2012 14:06:40 +0200 Subject: Fix compilation of all tests. --- server/src/connectionpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/connectionpool.h') diff --git a/server/src/connectionpool.h b/server/src/connectionpool.h index 33473e5..0f1c844 100644 --- a/server/src/connectionpool.h +++ b/server/src/connectionpool.h @@ -133,7 +133,7 @@ int ConnectionPool::numFree() template T ConnectionPool::borrow() { - T t = NULL; + T t; semaphore.wait(); -- cgit v1.2.3