| 230 | } |
| 231 | |
| 232 | static 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 |
no test coverage detected