-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Saturday 08 June 2002 9:26 pm, [EMAIL PROTECTED] wrote:
>   +void axkit_child_init(server_rec *s, pool *p)
>   +{
>   +    /* create server_config objects in advance, otherwise apache might
> try to +    allocate one in a per-request pool, which is a remarkably dumb
> thing to do. */ +    while (s) {
>   +           if (ap_get_module_config(s->module_config,&XS_AxKit) == NULL)
>   +   
>               
>ap_set_module_config(s->module_config,&XS_AxKit,create_axkit_server_confi
>g(p,s)); +     s = s->next;
>   +    }
>   +}
>   +

This seems a strange approach to this, since other modules that I see using 
server configs don't need to do it.

Are you sure we shouldn't investigate the remove_module_cleanup() stuff some 
more and see if it's supposed to be removed?

- -- 
<:->get a SMart net</:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9Ax3zVBc71ct6OywRAguQAKCvG1T3W3x1PpW6FH+QKik35Y7CGwCgtuP0
mQFROniNOFAzyHxf2bMmVkE=
=DfnX
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to