From: Joe Orton Date: Tue, 25 Nov 2003 13:16:10 +0000 (+0000) Subject: * modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_x): Fix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55e7c2df40f3037024c901ee02c77310a1abeb7f;p=thirdparty%2Fapache%2Fhttpd.git * modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_x): Fix unused variable from previous commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@101881 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_vars.c b/ssl_engine_vars.c index 1f3dae46cc6..ba6e9b68374 100644 --- a/ssl_engine_vars.c +++ b/ssl_engine_vars.c @@ -682,7 +682,6 @@ static const char *ssl_var_log_handler_c(request_rec *r, char *a) */ static const char *ssl_var_log_handler_x(request_rec *r, char *a) { - SSLConnRec *sslconn = myConnConfig(r->connection); char *result; result = ssl_var_lookup(r->pool, r->server, r->connection, r, a);