summaryrefslogtreecommitdiff
path: root/node/OutboundMulticast.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-08 15:26:45 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-08 15:26:45 -0700
commitbf2ff964e14c022aa4c10849cb4421ee9a710d40 (patch)
tree85aa082421e0300305e6d29434e4545b54811805 /node/OutboundMulticast.cpp
parentee2f51f48e3e73fb46c36d27fe4cbf9a1e0c427d (diff)
downloadinfinitytier-bf2ff964e14c022aa4c10849cb4421ee9a710d40.tar.gz
infinitytier-bf2ff964e14c022aa4c10849cb4421ee9a710d40.zip
Utils::now() removal and a bunch of compile fixes.
Diffstat (limited to 'node/OutboundMulticast.cpp')
-rw-r--r--node/OutboundMulticast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/OutboundMulticast.cpp b/node/OutboundMulticast.cpp
index ed2c33cb..7caa27a7 100644
--- a/node/OutboundMulticast.cpp
+++ b/node/OutboundMulticast.cpp
@@ -106,7 +106,7 @@ void OutboundMulticast::sendOnly(const RuntimeEnvironment *RR,const Address &toA
{
if (_haveCom) {
SharedPtr<Network> network(RR->nc->network(_nwid));
- if (network->peerNeedsOurMembershipCertificate(toAddr,Utils::now())) {
+ if (network->peerNeedsOurMembershipCertificate(toAddr,RR->node->now())) {
_packetWithCom.newInitializationVector();
_packetWithCom.setDestination(toAddr);
//TRACE(">>MC %.16llx -> %s (with COM)",(unsigned long long)this,toAddr.toString().c_str());