]> granicus.if.org Git - apache/commitdiff
copy-n-pasto: ssl_cmd_SSLProxyMachineCertificatePath needs to set cert_path
authorDoug MacEachern <dougm@apache.org>
Tue, 2 Apr 2002 21:56:12 +0000 (21:56 +0000)
committerDoug MacEachern <dougm@apache.org>
Tue, 2 Apr 2002 21:56:12 +0000 (21:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94404 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_config.c

index b2e531a6dd07cefe8702ce70fc827b8a46025fc9..03932a8846c13b401641f267fbe8057d5208caf5 100644 (file)
@@ -1413,7 +1413,7 @@ const char *ssl_cmd_SSLProxyMachineCertificatePath(cmd_parms *cmd,
         return err;
     }
 
-    sc->proxy->pkp->cert_file = arg;
+    sc->proxy->pkp->cert_path = arg;
 
     return NULL;
 }