mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Remove a warning from mod_echo.
Submitted by: Ian Holsman <ianh@cnet.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -93,7 +93,7 @@ static int process_echo_connection(conn_rec *c)
|
|||||||
apr_bucket_brigade *bb;
|
apr_bucket_brigade *bb;
|
||||||
apr_bucket *b;
|
apr_bucket *b;
|
||||||
apr_status_t rv;
|
apr_status_t rv;
|
||||||
int zero = 0;
|
apr_off_t zero = 0;
|
||||||
EchoConfig *pConfig = ap_get_module_config(c->base_server->module_config,
|
EchoConfig *pConfig = ap_get_module_config(c->base_server->module_config,
|
||||||
&echo_module);
|
&echo_module);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user