From: Guenter Knauf Date: Fri, 12 Apr 2013 18:45:46 +0000 (+0000) Subject: Fixed typo; followup to r1467188. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d904109fa9d488f6cafa78376a73407227d3ea9;p=thirdparty%2Fapache%2Fhttpd.git Fixed typo; followup to r1467188. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1467409 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/lua_request.c b/modules/lua/lua_request.c index 1a498bb4467..e72766b3903 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;