From: Ben Laurie Date: Sun, 11 Jul 1999 13:27:27 +0000 (+0000) Subject: Add topological sorting to hook ordering. X-Git-Tag: 1.3.7~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38636a0a35722b151782438a1f4b29b72448238f;p=apache Add topological sorting to hook ordering. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83449 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index d4a2d5bcf9..f3721b16e9 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -3086,7 +3086,6 @@ module MODULE_VAR_EXPORT mpm_prefork_module = { NULL, /* merge per-server config structures */ prefork_cmds, /* command table */ NULL, /* handlers */ - NULL, /* translate_handler */ NULL, /* check_user_id */ NULL, /* check auth */ NULL, /* check access */