From bf2ff964e14c022aa4c10849cb4421ee9a710d40 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 8 Apr 2015 15:26:45 -0700 Subject: Utils::now() removal and a bunch of compile fixes. --- node/OutboundMulticast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/OutboundMulticast.cpp') 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(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()); -- cgit v1.2.3