From 07142dbd92fcc385246c456bc63432d0e43e456a Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Fri, 12 Apr 2013 18:45:46 +0000 Subject: [PATCH] Fixed typo; followup to r1467188. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1467409 13f79535-47bb-0310-9956-ffa450edef68 --- modules/lua/lua_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lua/lua_request.c b/modules/lua/lua_request.c index 1a498bb446..e72766b390 100644 --- a/modules/lua/lua_request.c +++ b/modules/lua/lua_request.c @@ -896,7 +896,7 @@ static int lua_ap_regex(lua_State *L) { request_rec *r; int i, - rv; + rv, flags; const char *pattern, *source; -- 2.40.0