|
|
@ -111,7 +111,7 @@ ResultCode ServerSession::HandleSyncRequest(SharedPtr<Thread> thread) {
|
|
|
|
|
|
|
|
|
|
|
|
ResultCode result = RESULT_SUCCESS;
|
|
|
|
ResultCode result = RESULT_SUCCESS;
|
|
|
|
// If the session has been converted to a domain, handle the domain request
|
|
|
|
// If the session has been converted to a domain, handle the domain request
|
|
|
|
if (IsDomain() && context.GetDomainMessageHeader()) {
|
|
|
|
if (IsDomain() && context.HasDomainMessageHeader()) {
|
|
|
|
result = HandleDomainSyncRequest(context);
|
|
|
|
result = HandleDomainSyncRequest(context);
|
|
|
|
// If there is no domain header, the regular session handler is used
|
|
|
|
// If there is no domain header, the regular session handler is used
|
|
|
|
} else if (hle_handler != nullptr) {
|
|
|
|
} else if (hle_handler != nullptr) {
|
|
|
|