From ea1859541c29bc3cafcde5ad9be131c942522c5f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 15 Apr 2015 18:32:25 -0700 Subject: More cleanup, and fix for the extremely unlikely case of identity collision. --- controller/SqliteNetworkController.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'controller/SqliteNetworkController.hpp') 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; -- cgit v1.2.3