summaryrefslogtreecommitdiffstats
path: root/libtorrent/src/session_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtorrent/src/session_impl.cpp')
-rwxr-xr-xlibtorrent/src/session_impl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libtorrent/src/session_impl.cpp b/libtorrent/src/session_impl.cpp
index 5596b7fef..4ccf35066 100755
--- a/libtorrent/src/session_impl.cpp
+++ b/libtorrent/src/session_impl.cpp
@@ -2163,7 +2163,6 @@ namespace aux {
mutex_t::scoped_lock l(m_mutex);
if (m_dht) e = m_dht->state();
done = true;
- l.unlock();
c.notify_all();
}