git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2021 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.19
Elan Ruusamäe 2007-11-10 16:49:55 +00:00
parent 9ab9f176d2
commit 68ebed3753
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ int fcgi_spawn_connection(char *appPath, char *addr, unsigned short port, const
int i = 0;
/* is save as we limit to 256 childs */
/* is safe as we limit to 256 childs */
sprintf(cgi_childs, "PHP_FCGI_CHILDREN=%d", child_count);
if(fcgi_fd != FCGI_LISTENSOCK_FILENO) {