From 07f505971c16f25c05357b49ae550509d77a7e95 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 17 Jan 2014 17:09:59 -0800 Subject: Windows build fixes. --- node/PacketDecoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/PacketDecoder.cpp') diff --git a/node/PacketDecoder.cpp b/node/PacketDecoder.cpp index b8bdc8de..4869bca5 100644 --- a/node/PacketDecoder.cpp +++ b/node/PacketDecoder.cpp @@ -151,7 +151,7 @@ bool PacketDecoder::_doERROR(const RuntimeEnvironment *_r,const SharedPtr if (network) network->pushMembershipCertificate(source(),true,Utils::now()); } break; - case Packet::ERROR_NETWORK_ACCESS_DENIED: { + case Packet::ERROR_NETWORK_ACCESS_DENIED_: { SharedPtr network(_r->nc->network(at(ZT_PROTO_VERB_ERROR_IDX_PAYLOAD))); if ((network)&&(network->controller() == source())) network->forceStatusTo(Network::NETWORK_ACCESS_DENIED); -- cgit v1.2.3