Skip to content

Commit bb2b6b5

Browse files
committed
* include/http_config.h: Add missing parameter name.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111964 13f79535-47bb-0310-9956-ffa450edef68
1 parent f14e1a6 commit bb2b6b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/http_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ AP_CORE_DECLARE(int) ap_parse_htaccess(ap_conf_vector_t **result,
872872
AP_CORE_DECLARE(const char *) ap_init_virtual_host(apr_pool_t *p,
873873
const char *hostname,
874874
server_rec *main_server,
875-
server_rec **);
875+
server_rec **ps);
876876

877877
/**
878878
* Process the config file for Apache

0 commit comments

Comments
 (0)