From: Ryan Bloom Date: Mon, 13 Aug 2001 02:06:05 +0000 (+0000) Subject: Remove a warning from mod_echo. X-Git-Tag: 2.0.24~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bed613696edfb6537b471d128be68d8414f9a1b;p=apache Remove a warning from mod_echo. Submitted by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90128 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/echo/mod_echo.c b/modules/echo/mod_echo.c index ee3ca35f11..e3254aab3c 100644 --- a/modules/echo/mod_echo.c +++ b/modules/echo/mod_echo.c @@ -93,7 +93,7 @@ static int process_echo_connection(conn_rec *c) apr_bucket_brigade *bb; apr_bucket *b; apr_status_t rv; - int zero = 0; + apr_off_t zero = 0; EchoConfig *pConfig = ap_get_module_config(c->base_server->module_config, &echo_module);