From: Daniel Gruno Date: Mon, 27 Aug 2012 08:46:29 +0000 (+0000) Subject: Removing a misleading comment. X-Git-Tag: 2.5.0-alpha~6378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd1fbe7908d564b891da1c083cc2618ac2acd528;p=thirdparty%2Fapache%2Fhttpd.git Removing a misleading comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1377601 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/mod_lua.c b/modules/lua/mod_lua.c index ca3869ff207..857b74f64fc 100644 --- a/modules/lua/mod_lua.c +++ b/modules/lua/mod_lua.c @@ -569,7 +569,6 @@ static apr_status_t lua_input_filter_handle(ap_filter_t *f, ap_lua_release_state(L, ctx->spec, r); } } - /* Clean up and pass on the brigade to the next filter in the chain */ return APR_SUCCESS; }