Skip to content

Commit 82f8655

Browse files
committed
mod_md: Code cleanup: assign instead of increment
Merge from icing/md: icing/mod_md@79f7108 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935437 13f79535-47bb-0310-9956-ffa450edef68
1 parent ed55039 commit 82f8655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/md/md_acme_authz.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ static apr_status_t cha_tls_alpn_01_setup(md_acme_authz_cha_t *cha, md_acme_auth
385385
rv = md_store_save(store, p, MD_SG_CHALLENGES, authz->domain, cfn,
386386
MD_SV_CERT, (void*)cha_cert, 0);
387387
}
388-
++notify_server;
388+
notify_server = 1;
389389
}
390390
}
391391

0 commit comments

Comments
 (0)