From f303c24d3c19d6006e1c9ad0a0b4bfe688cddb4f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sat, 18 Jan 2014 10:23:44 -0800 Subject: [PATCH] Build fix. --- node/Node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Node.cpp b/node/Node.cpp index c77db4aab..627042b36 100644 --- a/node/Node.cpp +++ b/node/Node.cpp @@ -286,7 +286,7 @@ static void _netconfServiceMessageHandler(void *renv,Service &svc,const Dictiona if (err == "OBJ_NOT_FOUND") errCode = Packet::ERROR_OBJ_NOT_FOUND; else if (err == "ACCESS_DENIED") - errCode = Packet::ERROR_NETWORK_ACCESS_DENIED; + errCode = Packet::ERROR_NETWORK_ACCESS_DENIED_; Packet outp(peerAddress,_r->identity.address(),Packet::VERB_ERROR); outp.append((unsigned char)Packet::VERB_NETWORK_CONFIG_REQUEST);