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

Function md_config_set_base_server

modules/md/mod_md_config.c:671–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671static const char *md_config_set_base_server(cmd_parms *cmd, void *dc, const char *value)
672{
673 md_srv_conf_t *config = md_config_get(cmd->server);
674 const char *err = md_conf_check_location(cmd, MD_LOC_NOT_MD);
675
676 (void)dc;
677 if (err) return err;
678 return set_on_off(&config->mc->manage_base_server, value, cmd->pool);
679}
680
681static const char *md_config_set_initial_delay(cmd_parms *cmd, void *dc, const char *value)
682{

Callers

nothing calls this directly

Calls 3

md_config_getFunction · 0.85
md_conf_check_locationFunction · 0.85
set_on_offFunction · 0.85

Tested by

no test coverage detected