1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

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
This commit is contained in:
William A. Rowe Jr
2002-10-27 03:43:03 +00:00
parent b08ea656db
commit e82d7066fd

View File

@@ -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;