mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
fix compile failure in r1070616
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070632 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1153,7 +1153,7 @@ static int x_process_connection(conn_rec *c)
|
||||
*
|
||||
* This is a HOOK_VOID hook.
|
||||
*/
|
||||
void x_post_read_request(request_rec *r, conn_rec *c)
|
||||
static void x_pre_read_request(request_rec *r, conn_rec *c)
|
||||
{
|
||||
/*
|
||||
* We don't actually *do* anything here, except note the fact that we were
|
||||
|
Reference in New Issue
Block a user