restore DHT semantics to fix dht unit test

This commit is contained in:
Arvid Norberg 2014-07-07 00:09:05 +00:00
parent ebe85a6a3e
commit c90285df8a
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ routing_table::routing_table(node_id const& id, int bucket_size
: m_settings(settings)
, m_id(id)
, m_depth(0)
, m_last_bootstrap(min_time())
, m_last_bootstrap(time_now())
, m_last_refresh(min_time())
, m_last_self_refresh(min_time())
, m_bucket_size(bucket_size)