/* 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 semantics for this
function, what's wrong with exposing the global pool?
joe