]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_md: Code cleanup: assign instead of increment
authorRainer Jung <rjung@apache.org>
Tue, 16 Jun 2026 19:11:07 +0000 (19:11 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 16 Jun 2026 19:11:07 +0000 (19:11 +0000)
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

modules/md/md_acme_authz.c

index 9d07052b90bc4f239f9068b5bf837f669464f480..e74a2035b02191f2d11e293b46833c3798269780 100644 (file)
@@ -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;
         }
     }