martin      99/10/23 14:27:39

  Modified:    src/main http_log.c
  Log:
  Be on the safe side
  
  Revision  Changes    Path
  1.14      +1 -1      apache-2.0/src/main/http_log.c
  
  Index: http_log.c
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/src/main/http_log.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- http_log.c        1999/10/20 12:49:55     1.13
  +++ http_log.c        1999/10/23 21:27:38     1.14
  @@ -409,7 +409,7 @@
                "%s(%d): ", file, line);
       }
   #endif /* TPF */
  -    if (r) {
  +    if (r && r->connection) {
        /* XXX: TODO: add a method of selecting whether logged client
         * addresses are in dotted quad or resolved form... dotted
         * quad is the most secure, which is why I'm implementing it
  
  
  

Reply via email to