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:
Ben Laurie
1999-07-27 13:31:20 +00:00
parent 5dfa1ce145
commit 72cf120387

View File

@ -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) {