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

Function md_reg_set_warn_window_default

modules/md/md_reg.c:1399–1402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1397}
1398
1399void md_reg_set_warn_window_default(md_reg_t *reg, md_timeslice_t *warn_window)
1400{
1401 *reg->warn_window = *warn_window;
1402}
1403
1404md_job_t *md_reg_job_make(md_reg_t *reg, const char *mdomain, apr_pool_t *p)
1405{

Callers 1

merge_mds_with_confFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected