mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 23:12:51 +02:00
one more addDB update
This commit is contained in:
parent
5494c44a30
commit
9375c48e33
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ void EmbeddedNetworkController::init(const Identity& signingId, Sender* sender)
|
||||||
else {
|
else {
|
||||||
fprintf(stderr, "FileDB\n");
|
fprintf(stderr, "FileDB\n");
|
||||||
#endif
|
#endif
|
||||||
_db.addDB(std::shared_ptr<DB>(new FileDB(_path.c_str())));
|
_db.addDB(std::shared_ptr<FileDB>(new FileDB(_path.c_str())));
|
||||||
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue