From 488f5bf977887d1e2e744fbf1c027068bc4f7524 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 6 Apr 2015 15:14:54 -0700 Subject: More build fixes, and attic/ some stuff. --- node/Multicaster.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'node') diff --git a/node/Multicaster.cpp b/node/Multicaster.cpp index 69e09b40..1c05e2df 100644 --- a/node/Multicaster.cpp +++ b/node/Multicaster.cpp @@ -37,7 +37,6 @@ #include "Peer.hpp" #include "CMWC4096.hpp" #include "C25519.hpp" -#include "NodeConfig.hpp" #include "CertificateOfMembership.hpp" #include "Logger.hpp" @@ -81,7 +80,7 @@ unsigned int Multicaster::gather(const Address &queryingPeer,uint64_t nwid,const appendTo.addSize(2); // sizeof(uint16_t) { // Return myself if I am a member of this group - SharedPtr network(RR->nc->network(nwid)); + SharedPtr network(RR->node->network(nwid)); if ((network)&&(network->subscribedToMulticastGroup(mg))) { RR->identity.address().appendTo(appendTo); ++totalKnown; -- cgit v1.2.3