Browse Source

fix

cl-refactor
subtly 10 years ago
parent
commit
fb7f8e782e
  1. 2
      libp2p/Host.cpp

2
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())

Loading…
Cancel
Save