diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-14 14:17:55 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-14 14:17:55 -0700 |
commit | 59389b3dcefa00541ec923ab091d400b941d6c47 (patch) | |
tree | 47488ebeb21338670e8bf24b75e47a0d587f906b /node/Topology.cpp | |
parent | 619e1137480de4682bb46eabaee3ce750c5be3e8 (diff) | |
download | infinitytier-59389b3dcefa00541ec923ab091d400b941d6c47.tar.gz infinitytier-59389b3dcefa00541ec923ab091d400b941d6c47.zip |
Untested cluster code, not enabled.
Diffstat (limited to 'node/Topology.cpp')
-rw-r--r-- | node/Topology.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Topology.cpp b/node/Topology.cpp index 2b973386..a3558558 100644 --- a/node/Topology.cpp +++ b/node/Topology.cpp @@ -183,7 +183,7 @@ Identity Topology::getIdentity(const Address &zta) return _getIdentity(zta); } -void saveIdentity(const Identity &id) +void Topology::saveIdentity(const Identity &id) { if (id) { char p[128]; |