mirror of
https://github.com/lubosz/overte.git
synced 2025-08-05 07:51:18 +02:00
reversion
This commit is contained in:
parent
8274f4cb4c
commit
48e4b38312
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ void DomainHandler::processDomainServerConnectionDeniedPacket(QSharedPointer<Rec
|
||||||
#else
|
#else
|
||||||
if (reasonCode == ConnectionRefusedReason::ProtocolMismatch || reasonCode == ConnectionRefusedReason::NotAuthorized) {
|
if (reasonCode == ConnectionRefusedReason::ProtocolMismatch || reasonCode == ConnectionRefusedReason::NotAuthorized) {
|
||||||
// ingest the error - this is a "hard" connection refusal.
|
// ingest the error - this is a "hard" connection refusal.
|
||||||
setRedirectErrorState(_errorDomainURL);
|
setRedirectErrorState(_errorDomainURL, (int)reasonCode);
|
||||||
} else {
|
} else {
|
||||||
emit domainConnectionRefused(reasonMessage, (int)reasonCode, extraInfo);
|
emit domainConnectionRefused(reasonMessage, (int)reasonCode, extraInfo);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue