dont need NON_BLOCK

This commit is contained in:
buffet 2019-04-12 13:01:31 +02:00
parent 6d2ade6016
commit 9b8dd04038

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(