summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/db2sql.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/db2sql.c b/src/plugins/db2sql.c
index b3d389527..3c3981bdd 100644
--- a/src/plugins/db2sql.c
+++ b/src/plugins/db2sql.c
@@ -139,7 +139,7 @@ void do_db2sql(void) {
memset(&tosql.buf, 0, sizeof(tosql.buf) );
itemdb->clear(false);
- itemdb->readdb("re/item_db.conf");
+ itemdb->readdb_libconfig("re/item_db.conf");
fclose(tosql.fp);
@@ -152,7 +152,7 @@ void do_db2sql(void) {
totable();
itemdb->clear(false);
- itemdb->readdb("pre-re/item_db.conf");
+ itemdb->readdb_libconfig("pre-re/item_db.conf");
fclose(tosql.fp);
@@ -165,7 +165,7 @@ void do_db2sql(void) {
totable();
itemdb->clear(false);
- itemdb->readdb("item_db2.conf");
+ itemdb->readdb_libconfig("item_db2.conf");
fclose(tosql.fp);