Re: Netware apr_pool_parent_get

2006-05-12 Thread Brad Nicholes
>>> On 5/12/2006 at 3:25 AM, in message <[EMAIL PROTECTED]>, Joe Orton <[EMAIL PROTECTED]> wrote: > /* On NetWare, don't return the global_pool, return the application pool >as the top most pool */ > if (pool->parent == global_pool) > return NULL; > > ...which doesn't do wh

Netware apr_pool_parent_get

2006-05-12 Thread Joe Orton
/* On NetWare, don't return the global_pool, return the application pool as the top most pool */ if (pool->parent == global_pool) return NULL; ...which doesn't do what it is supposed to do, and doesn't do even what the comment says. Why does Netware need different semantic