1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +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:
Doug MacEachern
2002-03-29 02:01:49 +00:00
parent 543660842b
commit ea4cfaae7c

View File

@@ -228,6 +228,10 @@ int ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
sc->server->sc = sc; sc->server->sc = sc;
} }
if (sc->proxy) {
sc->proxy->sc = sc;
}
/* /*
* Create the server host:port string because we need it a lot * Create the server host:port string because we need it a lot
*/ */