summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rw-r--r--node/Node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Node.cpp b/node/Node.cpp
index c77db4aa..627042b3 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);