mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 06:08:15 +00:00
Rename error code for no membership certificate.
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user