summaryrefslogtreecommitdiff
path: root/controller/SqliteNetworkController.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'controller/SqliteNetworkController.hpp')
-rw-r--r--controller/SqliteNetworkController.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/controller/SqliteNetworkController.hpp b/controller/SqliteNetworkController.hpp
index 566e97d1..5487b59a 100644
--- a/controller/SqliteNetworkController.hpp
+++ b/controller/SqliteNetworkController.hpp
@@ -49,11 +49,12 @@ public:
class DBC;
friend class SqliteNetworkController::DBC;
- SqliteNetworkController(const Identity &signingId,const char *dbPath);
+ SqliteNetworkController(const char *dbPath);
virtual ~SqliteNetworkController();
virtual NetworkController::ResultCode doNetworkConfigRequest(
const InetAddress &fromAddr,
+ const Identity &signingId,
const Identity &identity,
uint64_t nwid,
const Dictionary &metaData,
@@ -61,7 +62,6 @@ public:
Dictionary &netconf);
private:
- Identity _signingId;
std::string _dbPath;
sqlite3 *_db;