浏览代码

Always update timestamp.

Adam Ierymenko 10 年之前
父节点
当前提交
18ca6f34ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      node/SelfAwareness.cpp

+ 1 - 1
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)