summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-04 18:45:39 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-04 18:45:39 -0700
commit18ca6f34ff91a79fd67050459ec68c65ab3ff851 (patch)
tree211bb3727cbb10918b2558eee5356b85667c0cb4 /node
parent59fa68783054ace53aec4fc942a31c332e97a761 (diff)
downloadinfinitytier-18ca6f34ff91a79fd67050459ec68c65ab3ff851.tar.gz
infinitytier-18ca6f34ff91a79fd67050459ec68c65ab3ff851.zip
Always update timestamp.
Diffstat (limited to 'node')
-rw-r--r--node/SelfAwareness.cpp2
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)