From: Joe Orton Date: Mon, 7 Apr 2008 14:31:09 +0000 (+0000) Subject: * server/main.c: Unbreak the build. X-Git-Tag: 2.3.0~786 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a75766320618c59eb25964095262f3fef4d8bea1;p=thirdparty%2Fapache%2Fhttpd.git * server/main.c: Unbreak the build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645540 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index b32dbc9f1f4..451d2e20adb 100644 --- a/server/main.c +++ b/server/main.c @@ -713,7 +713,7 @@ int main(int argc, const char * const argv[]) for (;;) { apr_hook_deregister_all(); apr_pool_clear(pconf); - ap_clear_auth_internal(server_conf); + ap_clear_auth_internal(); for (mod = ap_prelinked_modules; *mod != NULL; mod++) { ap_register_hooks(*mod, pconf);