diff MySQL/Plugins/IndexPlugin.cpp @ 163:4d32c9c8d6c0

Added support for TLS connections
author Alain Mazy <alain@mazy.be>
date Mon, 13 Jul 2020 11:59:29 +0200
parents 275e14f57f1e
children 3236894320d6
line wrap: on
line diff
--- a/MySQL/Plugins/IndexPlugin.cpp	Mon Jul 13 11:50:54 2020 +0200
+++ b/MySQL/Plugins/IndexPlugin.cpp	Mon Jul 13 11:59:29 2020 +0200
@@ -65,7 +65,7 @@
 
     try
     {
-      OrthancDatabases::MySQLParameters parameters(mysql);
+      OrthancDatabases::MySQLParameters parameters(mysql, configuration);
 
       /* Create the database back-end */
       backend_.reset(new OrthancDatabases::MySQLIndex(parameters));