From: Joe Orton Date: Tue, 5 Feb 2019 10:11:44 +0000 (+0000) Subject: * server/core.c (core_pre_config): Reset state dir during pre_config. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21b79dcffe4780502a874419e5f52f6b46189ef3;p=thirdparty%2Fapache%2Fhttpd.git * server/core.c (core_pre_config): Reset state dir during pre_config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852982 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core.c b/server/core.c index 2ada06ab3cc..98197d85e9c 100644 --- a/server/core.c +++ b/server/core.c @@ -5293,6 +5293,7 @@ static int core_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptem ap_regcomp_set_default_cflags(AP_REG_DOLLAR_ENDONLY); mpm_common_pre_config(pconf); + core_state_dir = NULL; return OK; }