| 2378 | } |
| 2379 | |
| 2380 | static void dav_prop_log_errors(dav_prop_ctx *ctx) |
| 2381 | { |
| 2382 | dav_log_err(ctx->r, ctx->err, APLOG_ERR); |
| 2383 | } |
| 2384 | |
| 2385 | /* |
| 2386 | * Call <func> for each context. This can stop when an error occurs, or |
nothing calls this directly
no test coverage detected