mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 15:14:13 +00:00
ProtocolServer: Port to socket takeover
This commit is contained in:
committed by
Andreas Kling
parent
bd55938985
commit
9eaac26eda
@@ -5,7 +5,7 @@
|
||||
namespace LibProtocol {
|
||||
|
||||
Client::Client()
|
||||
: ConnectionNG(*this, "/tmp/psportal")
|
||||
: ConnectionNG(*this, "/tmp/portal/protocol")
|
||||
{
|
||||
handshake();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user