Message view | « Date » · « Thread » |
---|---|
Top | « Date » · « Thread » |
From | Joe Orton <jor...@redhat.com> |
Subject | Netware apr_pool_parent_get |
Date | Fri, 12 May 2006 09:25:29 GMT |
/* 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 semantics for this function, what's wrong with exposing the global pool? joe | |
Mime |
|
View raw message |