nifm, ssl: Fix incorrect response sizes
This commit is contained in:
parent
91ec0f6d52
commit
0fdff05afa
2 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ private:
|
|||
|
||||
LOG_WARNING(Service_SSL, "(STUBBED) called");
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
IPC::ResponseBuilder rb{ctx, 4};
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
rb.Push(client_id);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue