From a75766320618c59eb25964095262f3fef4d8bea1 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 7 Apr 2008 14:31:09 +0000 Subject: [PATCH] * server/main.c: Unbreak the build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645540 13f79535-47bb-0310-9956-ffa450edef68 --- server/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.c b/server/main.c index b32dbc9f1f..451d2e20ad 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); -- 2.40.0