summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2014-01-17 17:09:59 -0800
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2014-01-17 17:09:59 -0800
commit07f505971c16f25c05357b49ae550509d77a7e95 (patch)
tree894cb8b07adea45f29381ef7371f4e7cde1f408f /node/PacketDecoder.cpp
parent7eccc5ebf2c0f25b2091d1b618b901e69b97ac0a (diff)
downloadinfinitytier-07f505971c16f25c05357b49ae550509d77a7e95.tar.gz
infinitytier-07f505971c16f25c05357b49ae550509d77a7e95.zip
Windows build fixes.
Diffstat (limited to 'node/PacketDecoder.cpp')
-rw-r--r--node/PacketDecoder.cpp2
1 files changed, 1 insertions, 1 deletions
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<Peer>
if (network)
network->pushMembershipCertificate(source(),true,Utils::now());
} break;
- case Packet::ERROR_NETWORK_ACCESS_DENIED: {
+ case Packet::ERROR_NETWORK_ACCESS_DENIED_: {
SharedPtr<Network> network(_r->nc->network(at<uint64_t>(ZT_PROTO_VERB_ERROR_IDX_PAYLOAD)));
if ((network)&&(network->controller() == source()))
network->forceStatusTo(Network::NETWORK_ACCESS_DENIED);