Skip to content

Commit 79f7108

Browse files
authored
Code cleanup: assign instead of increment (#422)
1 parent 1c37b47 commit 79f7108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/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)