fix error code comment
This commit is contained in:
parent
c6bdcf72a4
commit
c431b922d0
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const ResultCode ERROR_NOT_IMPLEMENTED = // 0xD960A3F4
|
||||||
const ResultCode ERROR_TOO_MANY_CLIENT_CERTS = // 0xD8A0A0CB
|
const ResultCode ERROR_TOO_MANY_CLIENT_CERTS = // 0xD8A0A0CB
|
||||||
ResultCode(ErrCodes::TooManyClientCerts, ErrorModule::HTTP, ErrorSummary::InvalidState,
|
ResultCode(ErrCodes::TooManyClientCerts, ErrorModule::HTTP, ErrorSummary::InvalidState,
|
||||||
ErrorLevel::Permanent);
|
ErrorLevel::Permanent);
|
||||||
const ResultCode ERROR_WRONG_CERT_ID = // 0xD8A0A0CB
|
const ResultCode ERROR_WRONG_CERT_ID = // 0xD8E0B839
|
||||||
ResultCode(57, ErrorModule::SSL, ErrorSummary::InvalidArgument, ErrorLevel::Permanent);
|
ResultCode(57, ErrorModule::SSL, ErrorSummary::InvalidArgument, ErrorLevel::Permanent);
|
||||||
|
|
||||||
void HTTP_C::Initialize(Kernel::HLERequestContext& ctx) {
|
void HTTP_C::Initialize(Kernel::HLERequestContext& ctx) {
|
||||||
|
|
Loading…
Reference in a new issue