You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/06/12 18:56:58 UTC

cvs commit: httpd-2.0/modules/generators mod_cgid.c

wrowe       2002/06/12 09:56:58

  Modified:    modules/generators mod_cgid.c
  Log:
    Use the new wrapper
  
  Revision  Changes    Path
  1.135     +1 -1      httpd-2.0/modules/generators/mod_cgid.c
  
  Index: mod_cgid.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/generators/mod_cgid.c,v
  retrieving revision 1.134
  retrieving revision 1.135
  diff -u -r1.134 -r1.135
  --- mod_cgid.c	30 May 2002 05:42:46 -0000	1.134
  +++ mod_cgid.c	12 Jun 2002 16:56:58 -0000	1.135
  @@ -967,7 +967,7 @@
                                 connect_tries);
                   close(sd);
                   apr_sleep(sliding_timer);
  -                if (sliding_timer < 2 * APR_USEC_PER_SEC) {
  +                if (sliding_timer < APR_TIME_FROM_SEC(2)) {
                       sliding_timer *= 2;
                   }
               }