>>> 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
/* 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