From 1fd035fb9c2d659deea96d2ac5675869c7105566 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 4 Feb 2008 21:07:50 +0000 Subject: fixed Deadlock @ connecetionlist --- connectionList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectionList.h') diff --git a/connectionList.h b/connectionList.h index 6cd24b4..98f7799 100644 --- a/connectionList.h +++ b/connectionList.h @@ -48,7 +48,7 @@ public: void addConnection(ConnectionParam &conn, u_int16_t mux); const ConnectionMap::iterator getConnection(u_int16_t mux); const ConnectionMap::iterator getEnd(); - ConnectionParam & getOrNewConnection(u_int16_t mux); + ConnectionParam & getOrNewConnectionUnlocked(u_int16_t mux); bool empty(); void clear(); Mutex& getMutex(); -- cgit v1.2.3