From: William A. Rowe Jr Date: Sun, 27 Oct 2002 03:43:03 +0000 (+0000) Subject: Outch. No freeing consts. Fortunately, the fn's return code isn't const. X-Git-Tag: 2.0.44~212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e82d7066fd0b64c7c76f00f9b3cee25a741e5a55;p=apache Outch. No freeing consts. Fortunately, the fn's return code isn't const. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97315 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_kernel.c b/modules/ssl/ssl_engine_kernel.c index 66fb715d8e..716b458ded 100644 --- a/modules/ssl/ssl_engine_kernel.c +++ b/modules/ssl/ssl_engine_kernel.c @@ -1581,7 +1581,7 @@ static void modssl_proxy_info_log(server_rec *s, SSLSrvConfigRec *sc = mySrvConfig(s); char name_buf[256]; X509_NAME *name; - const char *dn; + char *dn; if (s->loglevel < APLOG_DEBUG) { return;