From: Rainer Jung Date: Tue, 16 Jun 2026 19:11:07 +0000 (+0000) Subject: mod_md: Code cleanup: assign instead of increment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82f86558f26eac87501fdee2572727cf4aaaa2ea;p=thirdparty%2Fapache%2Fhttpd.git mod_md: Code cleanup: assign instead of increment Merge from icing/md: https://github.com/icing/mod_md/commit/79f7108484c9d28ba3d67baf89a887c0c26361de git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935437 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/md/md_acme_authz.c b/modules/md/md_acme_authz.c index 9d07052b90..e74a2035b0 100644 --- a/modules/md/md_acme_authz.c +++ b/modules/md/md_acme_authz.c @@ -385,7 +385,7 @@ static apr_status_t cha_tls_alpn_01_setup(md_acme_authz_cha_t *cha, md_acme_auth rv = md_store_save(store, p, MD_SG_CHALLENGES, authz->domain, cfn, MD_SV_CERT, (void*)cha_cert, 0); } - ++notify_server; + notify_server = 1; } }