You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ia...@apache.org on 2002/08/04 17:15:58 UTC

cvs commit: httpd-2.0/server core.c

ianh        2002/08/04 08:15:58

  Modified:    server   core.c
  Log:
  format to 80 chars
  
  Revision  Changes    Path
  1.196     +1 -1      httpd-2.0/server/core.c
  
  Index: core.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/core.c,v
  retrieving revision 1.195
  retrieving revision 1.196
  diff -u -r1.195 -r1.196
  --- core.c	15 Jul 2002 07:46:19 -0000	1.195
  +++ core.c	4 Aug 2002 15:15:57 -0000	1.196
  @@ -4010,7 +4010,7 @@
       conn_rec *c = (conn_rec *) apr_pcalloc(ptrans, sizeof(conn_rec));
   
       c->sbh = sbh;
  -    (void) ap_update_child_status(c->sbh, SERVER_BUSY_READ, (request_rec *) NULL);
  +    (void)ap_update_child_status(c->sbh, SERVER_BUSY_READ, (request_rec *)NULL);
   
       /* Got a connection structure, so initialize what fields we can
        * (the rest are zeroed out by pcalloc).