From 18ca6f34ff91a79fd67050459ec68c65ab3ff851 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 4 May 2015 18:45:39 -0700 Subject: [PATCH] Always update timestamp. --- node/SelfAwareness.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/SelfAwareness.cpp b/node/SelfAwareness.cpp index 9f57cc691..425fbb0bc 100644 --- a/node/SelfAwareness.cpp +++ b/node/SelfAwareness.cpp @@ -124,7 +124,7 @@ void SelfAwareness::iam(const Address &reporter,const InetAddress &reporterPhysi } } } - } + } else entry.ts = now; } void SelfAwareness::clean(uint64_t now)