From: Ben Laurie Date: Sun, 11 Jul 1999 16:42:24 +0000 (+0000) Subject: Make run_all symbolic. X-Git-Tag: 1.3.7~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9faf134187903a8014988238bfb9659a2e04cb85;p=thirdparty%2Fapache%2Fhttpd.git Make run_all symbolic. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83451 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/connection.c b/server/connection.c index 599d605db5f..357f5a26711 100644 --- a/server/connection.c +++ b/server/connection.c @@ -68,7 +68,7 @@ HOOK_STRUCT( HOOK_LINK(pre_connection) ); -IMPLEMENT_VOID_HOOK(pre_connection,(conn_rec *c),(c),1) +IMPLEMENT_VOID_HOOK(pre_connection,(conn_rec *c),(c),RUN_ALL) /* TODO: re-implement the lingering close stuff */ #define NO_LINGCLOSE