mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Initialize a variable to appease travis-ci.
This commit is contained in:
parent
0bc35eb3e2
commit
afb57d0e7b
@ -308,7 +308,7 @@ conn_setup (QofBackend* qbe, PairVec& options,
|
||||
const char* dbstr = (Type == DbType::DBI_SQLITE ? "sqlite3" :
|
||||
Type == DbType::DBI_MYSQL ? "mysql" : "pgsql");
|
||||
#if HAVE_LIBDBI_R
|
||||
dbi_conn conn;
|
||||
dbi_conn conn = nullptr;
|
||||
if (dbi_instance)
|
||||
conn = dbi_conn_new_r (dbstr, dbi_instance);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user