]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
fix buglet in previously-committed prctl() feature
authorJeff Trawick <trawick@apache.org>
Thu, 5 Feb 2004 17:39:28 +0000 (17:39 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 5 Feb 2004 17:39:28 +0000 (17:39 +0000)
commitaa46974b4359431df564f007f5fd06c87696a894
treec50def546550ae915bebe8302f08688ad30756f0
parentb3260603accdf835db78761cae7684f2907cd80d
fix buglet in previously-committed prctl() feature

before this patch, prctl() would be issued even if CoreDumpDirectory
was not coded...  no big deal, but not intended

now the behavior matches that of httpd 2.*

Submitted by: Jeff Trawick
Reviewed by:  Bill Stoddard, Greg Ames

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102514 13f79535-47bb-0310-9956-ffa450edef68
src/include/http_conf_globals.h
src/main/http_core.c
src/main/http_main.c