Explorar el Código

Always update timestamp.

Adam Ierymenko hace 10 años
padre
commit
18ca6f34ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)