On Monday 15 March 2010, Stefan Fritsch wrote:
> Found a simpler way:
> 
>      if (!ccfg->socket) {
>          ccfg->socket = ap_get_module_config(f->c->conn_config,
>  &core_module); }
> 
> Is that OK or are other modules not supposed to use core_module?

Commited. Other modules do it that way, too.

Reply via email to