diff --git a/src/remote/security.cpp b/src/remote/security.cpp index c3028d1..45946b5 100644 --- a/src/remote/security.cpp +++ b/src/remote/security.cpp @@ -291,8 +291,6 @@ void AuthorizationRegistry::run(const std::tr1::shared_ptr& peer) { { Guard G(mutex); - if(busy) - throw std::runtime_error("AuthorizationRegistry busy"); busy++; } for(map_t::iterator it(map.begin()), end(map.end()); it!=end; ++it)