IPC: add domain header to response if only it exists in request
This commit is contained in:
parent
6a2197806e
commit
1572c45aa0
3 changed files with 8 additions and 6 deletions
|
@ -118,7 +118,7 @@ public:
|
|||
|
||||
AlignWithPadding();
|
||||
|
||||
if (context.Session()->IsDomain()) {
|
||||
if (context.Session()->IsDomain() && context.GetDomainMessageHeader()) {
|
||||
IPC::DomainMessageHeader domain_header{};
|
||||
domain_header.num_objects = num_domain_objects;
|
||||
PushRaw(domain_header);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue