From 9375c48e337e625786b3e30442897af98a68c416 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 16 Jul 2025 11:16:06 -0700 Subject: [PATCH] one more addDB update --- controller/EmbeddedNetworkController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/EmbeddedNetworkController.cpp b/controller/EmbeddedNetworkController.cpp index dcc747e68..b7ba04299 100644 --- a/controller/EmbeddedNetworkController.cpp +++ b/controller/EmbeddedNetworkController.cpp @@ -621,7 +621,7 @@ void EmbeddedNetworkController::init(const Identity& signingId, Sender* sender) else { fprintf(stderr, "FileDB\n"); #endif - _db.addDB(std::shared_ptr(new FileDB(_path.c_str()))); + _db.addDB(std::shared_ptr(new FileDB(_path.c_str()))); #ifdef ZT_CONTROLLER_USE_LIBPQ } #endif