summaryrefslogtreecommitdiff
path: root/src/routingTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/routingTable.cpp')
-rw-r--r--src/routingTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routingTable.cpp b/src/routingTable.cpp
index 3c79e8f..c767d62 100644
--- a/src/routingTable.cpp
+++ b/src/routingTable.cpp
@@ -60,7 +60,7 @@ RoutingTable::~RoutingTable()
void RoutingTable::updateRouteTree(const NetworkPrefix & pref)
{
- Lock lock(mutex_);
+ //Lock lock(mutex_); //deadlock
u_int8_t length=pref.getNetworkPrefixLength();
network_address_type_t type=pref.getNetworkAddressType();