diff options
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 |