You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/08/06 22:42:52 UTC

svn commit: r1369999 - /httpd/httpd/trunk/modules/mappers/mod_rewrite.c

Author: sf
Date: Mon Aug  6 20:42:51 2012
New Revision: 1369999

URL: http://svn.apache.org/viewvc?rev=1369999&view=rev
Log:
remove now unecessary assignment

Modified:
    httpd/httpd/trunk/modules/mappers/mod_rewrite.c

Modified: httpd/httpd/trunk/modules/mappers/mod_rewrite.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mappers/mod_rewrite.c?rev=1369999&r1=1369998&r2=1369999&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/mappers/mod_rewrite.c (original)
+++ httpd/httpd/trunk/modules/mappers/mod_rewrite.c Mon Aug  6 20:42:51 2012
@@ -3010,7 +3010,6 @@ static const char *cmd_rewritemap(cmd_pa
         if (dbd_prepare == NULL) {
             return "RewriteMap types dbd and fastdbd require mod_dbd!";
         }
-        newmap->checkfile = NULL;
         if ((a2[0] == 'd') || (a2[0] == 'D')) {
             newmap->type = MAPTYPE_DBD;
             fname = a2+4;