diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-04 18:45:39 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-04 18:45:39 -0700 |
commit | 18ca6f34ff91a79fd67050459ec68c65ab3ff851 (patch) | |
tree | 211bb3727cbb10918b2558eee5356b85667c0cb4 /node | |
parent | 59fa68783054ace53aec4fc942a31c332e97a761 (diff) | |
download | infinitytier-18ca6f34ff91a79fd67050459ec68c65ab3ff851.tar.gz infinitytier-18ca6f34ff91a79fd67050459ec68c65ab3ff851.zip |
Always update timestamp.
Diffstat (limited to 'node')
-rw-r--r-- | node/SelfAwareness.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/SelfAwareness.cpp b/node/SelfAwareness.cpp index 9f57cc69..425fbb0b 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) |