projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b610081
)
Fixed typo; followup to r1467188.
author
Guenter Knauf
<fuankg@apache.org>
Fri, 12 Apr 2013 18:45:46 +0000
(18:45 +0000)
committer
Guenter Knauf
<fuankg@apache.org>
Fri, 12 Apr 2013 18:45:46 +0000
(18:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1467409
13f79535
-47bb-0310-9956-
ffa450edef68
modules/lua/lua_request.c
patch
|
blob
|
history
diff --git
a/modules/lua/lua_request.c
b/modules/lua/lua_request.c
index 1a498bb4467c49ed9c8259a0f46a1fdc0588ec27..e72766b390343ccfbc96dd2624cf6b877b2d9ca3 100644
(file)
--- 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;