From fb7f8e782ea61781cf64e5595b6b79c6babebf59 Mon Sep 17 00:00:00 2001 From: subtly Date: Sat, 22 Nov 2014 08:56:16 +0100 Subject: [PATCH] fix --- libp2p/Host.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p/Host.cpp b/libp2p/Host.cpp index b51443e63..471d1dc56 100644 --- a/libp2p/Host.cpp +++ b/libp2p/Host.cpp @@ -793,7 +793,7 @@ void Host::run(boost::system::error_code const& error) void Host::startedWorking() { - if (asserts(!m_timer)) + if (!m_timer) { // no timer means this is first run and network must be started // (run once when host worker thread calls startedWorking())