]> git.sesse.net Git - vlc/commitdiff
Rah forgot to commit this file
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 30 Apr 2006 21:01:54 +0000 (21:01 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 30 Apr 2006 21:01:54 +0000 (21:01 +0000)
src/network/httpd.c

index e23852f61c86c7361e13b1eba38acefe5c342b1a..7a2921278a41e001e1eec35a68dd5c86263002cf 100644 (file)
@@ -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 )