You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/08/23 20:51:44 UTC

cvs commit: httpd-2.0/modules/mappers mod_rewrite.c

trawick     2002/08/23 11:51:44

  Modified:    modules/mappers mod_rewrite.c
  Log:
  fix breakage of dbm maps which was introduced in the previous commit
  
  Revision  Changes    Path
  1.128     +2 -0      httpd-2.0/modules/mappers/mod_rewrite.c
  
  Index: mod_rewrite.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_rewrite.c,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -u -r1.127 -r1.128
  --- mod_rewrite.c	23 Aug 2002 12:49:08 -0000	1.127
  +++ mod_rewrite.c	23 Aug 2002 18:51:44 -0000	1.128
  @@ -431,6 +431,8 @@
           int bad = 0;
           apr_status_t rv;
   
  +        newmap->type = MAPTYPE_DBM;
  +
           if (a2[3] == ':') {
               newmap->dbmtype    = "default";
               newmap->datafile   = a2+4;