/[Apache-SVN]/httpd/httpd/trunk/modules/filters/mod_include.c
ViewVC logotype

Diff of /httpd/httpd/trunk/modules/filters/mod_include.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- httpd/httpd/trunk/modules/filters/mod_include.c	2009/07/18 23:12:58	795445
+++ httpd/httpd/trunk/modules/filters/mod_include.c	2009/07/18 23:21:52	795446
@@ -611,7 +611,7 @@
                 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) {

 

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2