diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-07 15:21:40 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-07 15:21:40 -0400 |
| commit | dcbc9c8ddd7cdb543e213e3402050724174df03a (patch) | |
| tree | dd14e1c884d842d7f64edad9aa9bd476fc07dbb3 /node/Packet.hpp | |
| parent | 430882327e477d419f8b6485361c22e1e2844d32 (diff) | |
| download | infinitytier-dcbc9c8ddd7cdb543e213e3402050724174df03a.tar.gz infinitytier-dcbc9c8ddd7cdb543e213e3402050724174df03a.zip | |
Rename error code for no membership certificate.
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index 57d5a750..36858479 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -626,7 +626,7 @@ public: ERROR_UNSUPPORTED_OPERATION = 5, /* Message to private network rejected -- no unexpired certificate on file */ - ERROR_NO_MEMBER_CERTIFICATE = 6 + ERROR_NEED_MEMBERSHIP_CERTIFICATE = 6 }; /** |
