mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-24 11:21:34 +00:00
LookupServer: Port to socket takeover
This commit is contained in:
parent
821ed8367b
commit
ab98969403
Notes:
sideshowbarker
2024-07-19 11:03:32 +09:00
Author: https://github.com/bugaevc
Commit: ab98969403
Pull-request: https://github.com/SerenityOS/serenity/pull/827
3 changed files with 3 additions and 2 deletions
|
@ -30,7 +30,7 @@ static int connect_to_lookup_server()
|
|||
|
||||
sockaddr_un address;
|
||||
address.sun_family = AF_LOCAL;
|
||||
strcpy(address.sun_path, "/tmp/.LookupServer-socket");
|
||||
strcpy(address.sun_path, "/tmp/portal/lookup");
|
||||
|
||||
int retries = 3;
|
||||
int rc = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue