mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix(DbSessionPrivate): fix undetermined value of backend type if soci is not enabled
This commit is contained in:
parent
f7a0a8d931
commit
0f6cf5085b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ private:
|
|||
None,
|
||||
Mysql,
|
||||
Sqlite3
|
||||
} backend;
|
||||
} backend = Backend::None;
|
||||
|
||||
#ifdef SOCI_ENABLED
|
||||
std::unique_ptr<soci::session> backendSession;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue