Correct, changed in r1804759. If you're looking at this anyway, how hard would it be for someone knowledgeable to make a md_serf.c as alternative to md_curl.c? ^^
Cheers, -Stefan > Am 11.08.2017 um 01:18 schrieb Greg Stein <[email protected]>: > > On Thu, Aug 10, 2017 at 8:58 AM, <[email protected]> wrote: > Author: icing > Date: Thu Aug 10 13:58:26 2017 > New Revision: 1804671 > > URL: http://svn.apache.org/viewvc?rev=1804671&view=rev > Log: > fix for <ManagedDomain sections with inner <If or other sections > >... > +++ httpd/httpd/trunk/modules/md/mod_md_config.c Thu Aug 10 13:58:26 2017 > >... > @@ -215,7 +218,7 @@ static const char *md_config_sec_add_mem > const char *err; > int i; > > - if (NULL != (err = md_section_check(cmd))) { > + if (NULL != (err = md_section_check(cmd, "<ManagedDomain"))) { > > Seems you should be using a symbolic constant for the dozen occurrences of > this string, in order to avoid typos. > > >... > > Cheers, > -g >
