From: Stefan Fritsch Date: Mon, 6 Aug 2012 20:42:51 +0000 (+0000) Subject: remove now unecessary assignment X-Git-Tag: 2.5.0-alpha~6478 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76949b5e253cba2bd943b1939e3419588b993542;p=apache remove now unecessary assignment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369999 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 278769d825..be628cdc18 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -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;