diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-11-08 11:32:01 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-11-08 11:32:01 -0800 |
commit | c12b68a6b2f8597e374a4c1386c2b95f4291932e (patch) | |
tree | e1d50ae52b23f4e751caa5cd276ca7782607e6fa /controller/EmbeddedNetworkController.cpp | |
parent | 4166d8ca35ded34180d60b56105a853dd6b02ff4 (diff) | |
download | infinitytier-c12b68a6b2f8597e374a4c1386c2b95f4291932e.tar.gz infinitytier-c12b68a6b2f8597e374a4c1386c2b95f4291932e.zip |
More Central work.
Diffstat (limited to 'controller/EmbeddedNetworkController.cpp')
-rw-r--r-- | controller/EmbeddedNetworkController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/EmbeddedNetworkController.cpp b/controller/EmbeddedNetworkController.cpp index a2795d96..999319af 100644 --- a/controller/EmbeddedNetworkController.cpp +++ b/controller/EmbeddedNetworkController.cpp @@ -1175,7 +1175,7 @@ void EmbeddedNetworkController::_request( ms.lastRequestTime = now; } - _db->nodeIsOnline(identity.address().toInt()); + _db->nodeIsOnline(nwid,identity.address().toInt()); Utils::hex(nwid,nwids); _db->get(nwid,network,identity.address().toInt(),member,ns); |