mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ladybird: Set Mach port server namespace to ladybird.org
This commit is contained in:
parent
faa6022ced
commit
0384b484bd
Notes:
github-actions[bot]
2024-07-20 21:04:32 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/0384b484bd6 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/737
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace Ladybird {
|
|||
|
||||
MachPortServer::MachPortServer()
|
||||
: m_thread(Threading::Thread::construct([this]() -> intptr_t { thread_loop(); return 0; }, "MachPortServer"sv))
|
||||
, m_server_port_name(ByteString::formatted("org.SerenityOS.Ladybird.helper.{}", getpid()))
|
||||
, m_server_port_name(ByteString::formatted("org.ladybird.Ladybird.helper.{}", getpid()))
|
||||
{
|
||||
if (auto err = allocate_server_port(); err.is_error())
|
||||
dbgln("Failed to allocate server port: {}", err.error());
|
||||
|
|
Loading…
Reference in a new issue