From 4d142a0d61bdbd9dd712a88830e5d169c93adaa6 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Mon, 6 Aug 2012 20:42:51 +0000 Subject: [PATCH] remove now unecessary assignment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369999 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/mod_rewrite.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 278769d8258..be628cdc184 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; -- 2.47.3