summaryrefslogtreecommitdiff
path: root/rdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'rdb.c')
-rw-r--r--rdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdb.c b/rdb.c
index 6e93f8cdb..9063898ac 100644
--- a/rdb.c
+++ b/rdb.c
@@ -30,7 +30,7 @@ int rdb_open()
{
#ifdef USE_MYSQL
- return 1; // db_mysql_open();
+ return do_mysql; // db_mysql_open();
#endif
}