Browse Source

Always update timestamp.

pull/1/head
Adam Ierymenko 11 years ago
parent
commit
18ca6f34ff
  1. 2
      node/SelfAwareness.cpp

2
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)

Loading…
Cancel
Save