You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@locus.apache.org on 2000/05/30 20:26:01 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_tipool.c

dougm       00/05/30 11:26:01

  Modified:    src/modules/perl modperl_tipool.c
  Log:
  copy-n-pasto
  
  Revision  Changes    Path
  1.4       +2 -2      modperl-2.0/src/modules/perl/modperl_tipool.c
  
  Index: modperl_tipool.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_tipool.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- modperl_tipool.c	2000/05/26 20:34:50	1.3
  +++ modperl_tipool.c	2000/05/30 18:26:00	1.4
  @@ -239,7 +239,7 @@
                          tipool->size, tipool->cfg->max);
               if (tipool->func->tipool_rgrow) {
                   void * item =
  -                    (*tipool->func->tipool_sgrow)(tipool, tipool->data);
  +                    (*tipool->func->tipool_rgrow)(tipool, tipool->data);
   
                   modperl_tipool_add(tipool, item);
               }
  @@ -338,7 +338,7 @@
                                tipool->cfg->min_spare)) {
               if (tipool->func->tipool_rgrow) {
                   void *item =
  -                    (*tipool->func->tipool_sgrow)(tipool,
  +                    (*tipool->func->tipool_rgrow)(tipool,
                                                     tipool->data);
   
                   MP_TRACE_i(MP_FUNC,