1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00

added empty line after var declaration.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607425 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Guenter Knauf
2007-12-29 15:03:21 +00:00
parent 2d9f0a8192
commit 9cba123cd1

View File

@@ -208,6 +208,7 @@ int ssl_servername_cb(SSL *ssl, int *al, modssl_ctx_t *mctx)
{
const char *servername =
SSL_get_servername(ssl, TLSEXT_NAMETYPE_host_name);
if (servername)
return ssl_set_vhost_ctx(ssl, servername) ?
SSL_TLSEXT_ERR_OK : SSL_TLSEXT_ERR_ALERT_FATAL;