summaryrefslogtreecommitdiffstats
path: root/server/connection.c
diff options
context:
space:
mode:
authorBen Laurie <ben@apache.org>1999-07-06 23:32:15 +0200
committerBen Laurie <ben@apache.org>1999-07-06 23:32:15 +0200
commitd4605541099593f33b2e6a1316ab2c29a9eaa58f (patch)
treea87b058642c69668d2bb51e18a40b0031a66474d /server/connection.c
parentStrawman hooks implementation (beginning of). (diff)
downloadapache2-d4605541099593f33b2e6a1316ab2c29a9eaa58f.tar.xz
apache2-d4605541099593f33b2e6a1316ab2c29a9eaa58f.zip
More hooky stuff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83435 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/connection.c')
-rw-r--r--server/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/connection.c b/server/connection.c
index fbfda3402c..daf7ed6ef9 100644
--- a/server/connection.c
+++ b/server/connection.c
@@ -194,7 +194,7 @@ CORE_EXPORT(void) ap_process_connection(conn_rec *c)
ap_update_vhost_given_ip(c);
- run_pre_connection(c);
+ ap_run_pre_connection(c);
/*
* Read and process each request found on our connection