renamed samples/cmn/env.c to samples/cmn/env01.c

This commit is contained in:
2013-02-26 09:24:35 +00:00
parent e24161d184
commit b4e1c58553
4 changed files with 23 additions and 24 deletions

View File

@ -723,7 +723,6 @@ static int server_open (qse_httpd_t* httpd, qse_httpd_server_t* server)
#endif
}
if (listen (fd, 10) <= -1) goto oops;
#if defined(O_NONBLOCK)