MCPcopy Create free account
hub / github.com/apache/httpd / init_setups

Function init_setups

modules/md/mod_md.c:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127static void init_setups(apr_pool_t *p, server_rec *base_server)
128{
129 log_server = base_server;
130 apr_pool_cleanup_register(p, NULL, cleanup_setups, apr_pool_cleanup_null);
131}
132
133/**************************************************************************************************/
134/* notification handling */

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected