| 380 | } |
| 381 | |
| 382 | static authz_section_conf* create_default_section(apr_pool_t *p) |
| 383 | { |
| 384 | authz_section_conf *section = apr_pcalloc(p, sizeof(*section)); |
| 385 | |
| 386 | section->op = AUTHZ_LOGIC_OR; |
| 387 | |
| 388 | return section; |
| 389 | } |
| 390 | |
| 391 | static const char *add_authz_provider(cmd_parms *cmd, void *config, |
| 392 | const char *args) |
no outgoing calls
no test coverage detected