From d19f696278de083a0238613291b2d6bf3c152e3a Mon Sep 17 00:00:00 2001 From: csoler Date: Mon, 24 Nov 2008 20:13:16 +0000 Subject: [PATCH] suppressed double mutex lock git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@840 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/ft/ftcontroller.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libretroshare/src/ft/ftcontroller.cc b/libretroshare/src/ft/ftcontroller.cc index e0ea89c26..85b3af1a1 100644 --- a/libretroshare/src/ft/ftcontroller.cc +++ b/libretroshare/src/ft/ftcontroller.cc @@ -1130,7 +1130,10 @@ bool ftController::loadList(std::list load) } else if (NULL != (rsft = dynamic_cast(*it))) { - RsStackMutex stack(ctrlMutex); /******* LOCKED ********/ +// csoler: I'm suppressing this lock since there is a double lock below +// in FileRequest, line 382. +// RsStackMutex stack(ctrlMutex); /******* LOCKED ********/ +// /* This will get stored on a waiting list - until the * config files are fully loaded