mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
Fix a warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83513 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -2872,7 +2872,7 @@ static void prefork_pre_config(pool *pconf, pool *plog, pool *ptemp)
|
||||
{
|
||||
static int restart_num = 0;
|
||||
|
||||
one_process = getenv("ONE_PROCESS");
|
||||
one_process = !!getenv("ONE_PROCESS");
|
||||
|
||||
/* sigh, want this only the second time around */
|
||||
if (restart_num++ == 1) {
|
||||
|
Reference in New Issue
Block a user