early-access version 3063

This commit is contained in:
pineappleEA
2022-10-30 07:13:32 +01:00
parent 835491a5c6
commit 5b63e51503
3 changed files with 2 additions and 3 deletions

View File

@@ -80,7 +80,6 @@ ResultVal<Kernel::KPort*> ServiceManager::GetServicePort(const std::string& name
}
auto* port = Kernel::KPort::Create(kernel);
SCOPE_EXIT({ port->Close(); });
port->Initialize(ServerSessionCountMax, false, name);
auto handler = it->second;