]> granicus.if.org Git - apache/commitdiff
fix breakage of dbm maps which was introduced in the previous commit
authorJeff Trawick <trawick@apache.org>
Fri, 23 Aug 2002 18:51:44 +0000 (18:51 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 23 Aug 2002 18:51:44 +0000 (18:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96502 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index e246df85bca5640867a688f5d82b938d6269deb3..0e2d014f365b8349867caac13516eb657cd5d741 100644 (file)
@@ -431,6 +431,8 @@ static const char *cmd_rewritemap(cmd_parms *cmd, void *dconf, const char *a1,
         int bad = 0;
         apr_status_t rv;
 
+        newmap->type = MAPTYPE_DBM;
+
         if (a2[3] == ':') {
             newmap->dbmtype    = "default";
             newmap->datafile   = a2+4;