From 46f868bd4fb2fd7b0816ded98974935aacddf5e6 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 16 Oct 2013 17:47:26 -0400 Subject: Lots of cleanup, more work on certificates, some security fixes. --- node/Packet.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'node/Packet.cpp') diff --git a/node/Packet.cpp b/node/Packet.cpp index d2226f36..99cf3979 100644 --- a/node/Packet.cpp +++ b/node/Packet.cpp @@ -63,6 +63,7 @@ const char *Packet::errorString(ErrorCode e) case ERROR_IDENTITY_COLLISION: return "IDENTITY_COLLISION"; case ERROR_UNSUPPORTED_OPERATION: return "UNSUPPORTED_OPERATION"; case ERROR_NEED_MEMBERSHIP_CERTIFICATE: return "NEED_MEMBERSHIP_CERTIFICATE"; + case ERROR_NETWORK_ACCESS_DENIED: return "NETWORK_ACCESS_DENIED"; } return "(unknown)"; } -- cgit v1.2.3