dont need NON_BLOCK

This commit is contained in:
buffet 2019-04-12 13:01:31 +02:00
parent 9868cb1deb
commit 80c1e9c1f9

View file

@ -130,10 +130,6 @@ ipc_init(struct kiwmi_frontend *frontend)
return false;
}
if (fcntl(frontend->sock_fd, F_SETFD, O_NONBLOCK) < 0) {
wlr_log(WLR_ERROR, "Failed to set NONBLOCK on socket");
}
unlink(sock_addr.sun_path);
if (bind(