Skip to content
Snippets Groups Projects
Commit 390c534a authored by Alexandre TISON's avatar Alexandre TISON
Browse files

"oups"

parent ca6f4dba
No related branches found
No related tags found
1 merge request!1Refactoring TDB/HDB (https://jira.synchrotron-soleil.fr/jira/browse/TANGOARCH-875)
......@@ -220,7 +220,7 @@ public class ArchivingManager {
params.setName(dbName);
if (!dbSchema.isEmpty())
params.setSchema(dbSchema);
if (!dbHost.isEmpty())
if (!dbPort.isEmpty())
params.setPort(dbPort);
if (!dbType.isEmpty())
params.setDbType(DatabaseConnectionConfig.DataBaseType.parseDataBaseType(dbType));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment