diff options
| -rw-r--r-- | audio/unix.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/audio/unix.c b/audio/unix.c index 7064d2dd..1e4dd2db 100644 --- a/audio/unix.c +++ b/audio/unix.c @@ -1195,6 +1195,7 @@ static gboolean server_cb(GIOChannel *chan, GIOCondition cond, gpointer data)  	}  	debug("Accepted new client connection on unix socket (fd=%d)", cli_sk); +	set_nonblocking(cli_sk);  	client = g_new0(struct unix_client, 1);  	client->sock = cli_sk; | 
