From b3bdc43937d8d9692604b199fecfa1428669cd14 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Mon, 27 Aug 2012 08:46:29 +0000 Subject: [PATCH] Removing a misleading comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1377601 13f79535-47bb-0310-9956-ffa450edef68 --- modules/lua/mod_lua.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.47.3