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