diff options
author | Ben Laurie <ben@apache.org> | 1999-07-06 23:32:15 +0200 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 1999-07-06 23:32:15 +0200 |
commit | d4605541099593f33b2e6a1316ab2c29a9eaa58f (patch) | |
tree | a87b058642c69668d2bb51e18a40b0031a66474d /server/connection.c | |
parent | Strawman hooks implementation (beginning of). (diff) | |
download | apache2-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.c | 2 |
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 |