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

Function log_error_and_cleanup

modules/aaa/mod_auth_digest.c:232–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232static void log_error_and_cleanup(char *msg, apr_status_t sts, server_rec *s)
233{
234 ap_log_error(APLOG_MARK, APLOG_ERR, sts, s, APLOGNO(01760)
235 "%s - all nonce-count checking and one-time nonces "
236 "disabled", msg);
237
238 cleanup_tables(NULL);
239}
240
241/* RMM helper functions that behave like single-step malloc/free. */
242

Callers 2

initialize_tablesFunction · 0.85
initialize_childFunction · 0.85

Calls 2

cleanup_tablesFunction · 0.85
ap_log_errorFunction · 0.50

Tested by

no test coverage detected