Rename error code for no membership certificate.
This commit is contained in:
parent
430882327e
commit
dcbc9c8ddd
4 changed files with 8 additions and 20 deletions
|
@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue