diff options
Diffstat (limited to 'modules/md/mod_md_config.h')
-rw-r--r-- | modules/md/mod_md_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/md/mod_md_config.h b/modules/md/mod_md_config.h index 2b2363404f..10edbab096 100644 --- a/modules/md/mod_md_config.h +++ b/modules/md/mod_md_config.h @@ -74,7 +74,7 @@ typedef struct md_srv_conf_t { const char *ca_agreement; /* accepted agreement uri between CA and user */ struct apr_array_header_t *ca_challenges; /* challenge types configured */ - md_t *current; /* md currently defined in <ManagedDomain xxx> section */ + md_t *current; /* md currently defined in <MDomainSet xxx> section */ md_t *assigned; /* post_config: MD that applies to this server or NULL */ } md_srv_conf_t; |