From c90285df8a79d4ba7c798f5320ff9223e0fc3b92 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 7 Jul 2014 00:09:05 +0000 Subject: [PATCH] restore DHT semantics to fix dht unit test --- src/kademlia/routing_table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kademlia/routing_table.cpp b/src/kademlia/routing_table.cpp index 68cb7b5f2..3ccd581c8 100644 --- a/src/kademlia/routing_table.cpp +++ b/src/kademlia/routing_table.cpp @@ -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)