MCPcopy Create free account
hub / github.com/apache/httpd / on_init_acct_upd

Function on_init_acct_upd

modules/md/md_acme_acct.c:414–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412/* acct update */
413
414static apr_status_t on_init_acct_upd(md_acme_req_t *req, void *baton)
415{
416 (void)baton;
417 return md_acme_req_body_init(req, NULL);
418}
419
420static apr_status_t acct_upd(md_acme_t *acme, apr_pool_t *p,
421 const apr_table_t *hdrs, md_json_t *body, void *baton)

Callers

nothing calls this directly

Calls 1

md_acme_req_body_initFunction · 0.85

Tested by

no test coverage detected