WindowServer: chmod the correct file
This commit is contained in:
parent
e431e90b20
commit
a6b973003b
|
@ -130,7 +130,7 @@ int open_server_fd()
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (chmod("/tmp/resolver.sock", 0777) == -1)
|
if (chmod(LibGUI::s_window_server_socket.data(), 0777) == -1)
|
||||||
{
|
{
|
||||||
perror("chmod");
|
perror("chmod");
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
Loading…
Reference in New Issue