mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Fix a compile of compiler warnings. I don't know how these slipped past.
Also, uncomment a line of code that the last commit should have uncommented. Randall found this line and the fix, but I forgot to uncomment this line along with the fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -84,7 +84,7 @@ char *ssl_util_vhostid(apr_pool_t *p, server_rec *s)
|
||||
port = s->port;
|
||||
else {
|
||||
sc = mySrvConfig(s);
|
||||
if (sc->enabled)
|
||||
if (sc->enabled == TRUE)
|
||||
port = DEFAULT_HTTPS_PORT;
|
||||
else
|
||||
port = DEFAULT_HTTP_PORT;
|
||||
|
Reference in New Issue
Block a user