mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
tweak indentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1510993 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -294,7 +294,7 @@ int ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
|
||||
sc->enabled = SSL_ENABLED_TRUE;
|
||||
}
|
||||
|
||||
/* If sc->enabled is UNSET, then SSL is optional on this vhost */
|
||||
/* If sc->enabled is UNSET, then SSL is optional on this vhost */
|
||||
/* Fix up stuff that may not have been set */
|
||||
if (sc->enabled == SSL_ENABLED_UNSET) {
|
||||
sc->enabled = SSL_ENABLED_FALSE;
|
||||
|
Reference in New Issue
Block a user