]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make run_all symbolic.
authorBen Laurie <ben@apache.org>
Sun, 11 Jul 1999 16:42:24 +0000 (16:42 +0000)
committerBen Laurie <ben@apache.org>
Sun, 11 Jul 1999 16:42:24 +0000 (16:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83451 13f79535-47bb-0310-9956-ffa450edef68

server/connection.c

index 599d605db5f8892674b7d94e1ec2597c091193d2..357f5a2671199c9ce9dbb8db0d7640bc36f51d88 100644 (file)
@@ -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