* This routine is called before the server processes the configuration * files. There is no return value. */
| 737 | * files. There is no return value. |
| 738 | */ |
| 739 | static int x_pre_config(apr_pool_t *pconf, apr_pool_t *plog, |
| 740 | apr_pool_t *ptemp) |
| 741 | { |
| 742 | /* |
| 743 | * Log the call and exit. |
| 744 | */ |
| 745 | trace_startup(pconf, NULL, NULL, "x_pre_config()"); |
| 746 | return OK; |
| 747 | } |
| 748 | |
| 749 | /* |
| 750 | * This routine is called after the server processes the configuration |
nothing calls this directly
no test coverage detected