]> granicus.if.org Git - apache/commitdiff
remove now unecessary assignment
authorStefan Fritsch <sf@apache.org>
Mon, 6 Aug 2012 20:42:51 +0000 (20:42 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 6 Aug 2012 20:42:51 +0000 (20:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369999 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index 278769d82589e65fb7accc0d8c97a435e3c2c858..be628cdc184faa3268485d2cce2e73c0f043b65a 100644 (file)
@@ -3010,7 +3010,6 @@ static const char *cmd_rewritemap(cmd_parms *cmd, void *dconf, const char *a1,
         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;