mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
setup sc->proxy->sc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94281 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -228,6 +228,10 @@ int ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
|
||||
sc->server->sc = sc;
|
||||
}
|
||||
|
||||
if (sc->proxy) {
|
||||
sc->proxy->sc = sc;
|
||||
}
|
||||
|
||||
/*
|
||||
* Create the server host:port string because we need it a lot
|
||||
*/
|
||||
|
Reference in New Issue
Block a user