fixup! fixup! Service::SM: Wait till client is registered

This commit is contained in:
B3n30 2018-09-02 22:50:13 +02:00
parent ae37b404c6
commit cfd81be661

View file

@ -101,8 +101,7 @@ void SRV::GetServiceHandle(Kernel::HLERequestContext& ctx) {
// TODO(yuriks): Permission checks go here
auto get_handle = [name, this](Kernel::SharedPtr<Kernel::Thread> thread,
Kernel::HLERequestContext& ctx,
ThreadWakeupReason reason) {
Kernel::HLERequestContext& ctx, ThreadWakeupReason reason) {
LOG_ERROR(Service_SRV, "called service={} wakeup", name);
auto client_port = service_manager->GetServicePort(name);