diff options
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r-- | sapi/cgi/cgi_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 8abb7615b0..dd509003d5 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -1248,6 +1248,8 @@ consult the installation file that came with this distribution, or visit \n\ running--; } } + } else { + parent = 0; } #endif /* WIN32 */ |