mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
changed NO_ERROR enum into something less likely to collide with existing define
This commit is contained in:
parent
639db4519b
commit
baaa67d225
@ -197,7 +197,7 @@ struct RsAuthSslConnectionAutenticationEvent : RsEvent
|
||||
RsAuthSslConnectionAutenticationEvent() : RsEvent(RsEventType::AUTHSSL_CONNECTION_AUTENTICATION) {}
|
||||
|
||||
enum ConnectionErrorCode: uint8_t {
|
||||
NO_ERROR = 0x00,
|
||||
NO_CONNECTION_ERROR = 0x00,
|
||||
MISSING_AUTHENTICATION_INFO = 0x01,
|
||||
PGP_SIGNATURE_VALIDATION_FAILED = 0x02,
|
||||
MISMATCHED_PGP_ID = 0x03,
|
||||
|
Loading…
Reference in New Issue
Block a user