projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd5afd
)
Typo fix
author
Nick Kew
<niq@apache.org>
Sat, 18 Jul 2009 23:21:52 +0000
(23:21 +0000)
committer
Nick Kew
<niq@apache.org>
Sat, 18 Jul 2009 23:21:52 +0000
(23:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@795446
13f79535
-47bb-0310-9956-
ffa450edef68
modules/filters/mod_include.c
patch
|
blob
|
history
diff --git
a/modules/filters/mod_include.c
b/modules/filters/mod_include.c
index 279322ed087fe566463617993dd510380a2b583a..5d65d7abc36b281294681196c80ac1faae047a01 100644
(file)
--- a/
modules/filters/mod_include.c
+++ b/
modules/filters/mod_include.c
@@
-611,7
+611,7
@@
static const char *get_include_var(const char *var, include_ctx_t *ctx)
idx, r->filename);
return NULL;
}
- else if (re->match[idx]rm_so == re->match[idx].rm_eo) {
+ else if (re->match[idx]
.
rm_so == re->match[idx].rm_eo) {
return NULL;
}
else if (re->match[idx].rm_so < 0 || re->match[idx].rm_eo < 0) {