https://bz.apache.org/bugzilla/show_bug.cgi?id=64048
--- Comment #2 from Giovanni Bechis <[email protected]> --- nice, but this is inconsistent in the src tree, in *md_acme_req_create (modules/md/md_acme.c) for example there is: -------------------------------------------------------- rv = apr_pool_create(&pool, acme->p); if (rv != APR_SUCCESS) { return NULL; } -------------------------------------------------------- I think those checks should be removed if they are not needed. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
