| 1990 | } |
| 1991 | |
| 1992 | AP_DECLARE(int) ap_if_walk(request_rec *r) |
| 1993 | { |
| 1994 | core_dir_config *dconf = ap_get_core_module_config(r->per_dir_config); |
| 1995 | int status = ap_if_walk_sub(r, dconf); |
| 1996 | return status; |
| 1997 | } |
| 1998 | |
| 1999 | /***************************************************************** |
| 2000 | * |
no test coverage detected