summaryrefslogtreecommitdiff
path: root/node/Identity.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-29 16:18:29 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-29 16:18:29 -0400
commit439e602d5a5712d1b33fb19d558d0e9fdf784703 (patch)
treef6f5dcb2c76fd13e67106e3241373595730dc70a /node/Identity.hpp
parenta53cfc909638ea9eeb2bd477cee20d106f79bf6d (diff)
downloadinfinitytier-439e602d5a5712d1b33fb19d558d0e9fdf784703.tar.gz
infinitytier-439e602d5a5712d1b33fb19d558d0e9fdf784703.zip
Fix a bunch of errors due to minor method signature changes, still a work in progress.
Diffstat (limited to 'node/Identity.hpp')
-rw-r--r--node/Identity.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Identity.hpp b/node/Identity.hpp
index e5a11d6a..a9f78c8a 100644
--- a/node/Identity.hpp
+++ b/node/Identity.hpp
@@ -340,7 +340,7 @@ public:
unsigned int p = startAt;
- _address = b.field(p,ZT_ADDRESS_LENGTH);
+ _address.setTo(b.field(p,ZT_ADDRESS_LENGTH),ZT_ADDRESS_LENGTH);
p += ZT_ADDRESS_LENGTH;
if (b[p++] != IDENTITY_TYPE_NIST_P_521)