mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +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:
@@ -1581,7 +1581,7 @@ static void modssl_proxy_info_log(server_rec *s,
|
|||||||
SSLSrvConfigRec *sc = mySrvConfig(s);
|
SSLSrvConfigRec *sc = mySrvConfig(s);
|
||||||
char name_buf[256];
|
char name_buf[256];
|
||||||
X509_NAME *name;
|
X509_NAME *name;
|
||||||
const char *dn;
|
char *dn;
|
||||||
|
|
||||||
if (s->loglevel < APLOG_DEBUG) {
|
if (s->loglevel < APLOG_DEBUG) {
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user