matts       2002/12/25 09:59:21

  Modified:    lib/Apache/AxKit Cache.pm
  Log:
  Mark's patch 
http://axkit.org/cgi-bin/ezmlm-cgi?3:mss:5146:mchkjkbhhmmidkkdjghd
  
  Revision  Changes    Path
  1.9       +2 -2      xml-axkit/lib/Apache/AxKit/Cache.pm
  
  Index: Cache.pm
  ===================================================================
  RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Cache.pm,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Cache.pm  23 Dec 2002 13:49:55 -0000      1.8
  +++ Cache.pm  25 Dec 2002 17:59:21 -0000      1.9
  @@ -25,7 +25,7 @@
       local $^W; # suppress "Use of uninitialized value" warnings
       my $key = Digest::MD5->new->add(
               join(':', 
  -                $r->get_server_name,
  +                $r->hostname,
                   $r->get_server_port,
                   $xmlfile,
                   @extras
  
  
  

Reply via email to