Commit 65ff3035 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Rah forgot to commit this file

parent 8ac58f00
......@@ -2455,7 +2455,7 @@ static void httpd_HostThread( httpd_host_t *host )
{
int i_val = fcntl( fd, F_GETFL );
fcntl( fd, F_SETFL,
O_NONBLOCK | (i_val != -1) ? i_val : 0 );
O_NONBLOCK | ((i_val != -1) ? i_val : 0) );
}
if( fd >= FD_SETSIZE )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment