> > p->sub_pools = new_pool;
> > }
> > - else {
> > - permanent_pool = new_pool;
> > - }
> >
> > #if APR_HAS_THREADS
> > if (alloc_mutex) {
> > @@ -691,6 +688,7 @@
> > return status;
> > }
> > #endif
> > + permanent_pool = apr_make_sub_pool(pglobal);
>
> How the [EMAIL PROTECTED] does this compile for you? Surely it does (yeah,
> right)
> as you had another commit to apr_pools.c after this one.
>
> apr_pools.c: In function `apr_init_alloc':
> apr_pools.c:691: `pglobal' undeclared (first use in this function)
> apr_pools.c:691: (Each undeclared identifier is reported only once
> apr_pools.c:691: for each function it appears in.)
> apr_pools.c:691: too few arguments to function `apr_make_sub_pool'
Argh, patch on the way. I had one more thing to commit, and I forgot to
do it before I left the office. Sorry :-(
Ryan
_______________________________________________________________________________
Ryan Bloom [EMAIL PROTECTED]
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------