martin      99/10/11 15:54:31

  Modified:    src/main listen.c
  Log:
  I cannot solve this right now. But this variable sure was uninitialized
  
  Revision  Changes    Path
  1.14      +2 -0      apache-2.0/src/main/listen.c
  
  Index: listen.c
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/src/main/listen.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- listen.c  1999/10/10 20:35:01     1.13
  +++ listen.c  1999/10/11 22:54:29     1.14
  @@ -74,6 +74,8 @@
       char addr[512];
       ap_status_t stat;
   
  +    ap_cpystrn(addr, "[EMAIL PROTECTED]/listen.c:make_sock(): 
inet_ntoa(server->sin_addr)]", sizeof addr);
  +
       stat = ap_setsocketopt(s, APR_SO_REUSEADDR, one);
       if (stat != APR_SUCCESS && stat != APR_ENOTIMPL) {
        ap_log_error(APLOG_MARK, APLOG_CRIT, NULL,
  
  
  

Reply via email to