dougm       01/08/04 16:27:50

  Modified:    src/modules/perl modperl_interp.c
  Log:
  use get_interp macro
  
  Revision  Changes    Path
  1.34      +2 -2      modperl-2.0/src/modules/perl/modperl_interp.c
  
  Index: modperl_interp.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_interp.c,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- modperl_interp.c  2001/05/14 03:30:39     1.33
  +++ modperl_interp.c  2001/08/04 23:27:50     1.34
  @@ -338,8 +338,8 @@
           }
   
           /* might have already been set by a ConnectionHandler */
  -        (void)apr_pool_userdata_get((void **)&interp, MP_INTERP_KEY,
  -                                    r->connection->pool);
  +        get_interp(r->connection->pool);
  +
           if (interp) {
               desc = "r->connection pool";
               MP_TRACE_i(MP_FUNC,
  
  
  

Reply via email to