From 5901972958d6ef50671b7bbb89d2b365e4baf17c Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 24 Oct 2013 16:57:26 -0400 Subject: More tying up of certificate of membership stuff in the client. --- node/NetworkConfig.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'node/NetworkConfig.cpp') diff --git a/node/NetworkConfig.cpp b/node/NetworkConfig.cpp index 977b9aa3..f384ccf9 100644 --- a/node/NetworkConfig.cpp +++ b/node/NetworkConfig.cpp @@ -128,6 +128,8 @@ void NetworkConfig::_fromDictionary(const Dictionary &d) if (params.size() >= 3) _multicastRates[MulticastGroup(i->first)] = MulticastRate(Utils::hexStrToUInt(params[0].c_str()),Utils::hexStrToUInt(params[1].c_str()),Utils::hexStrToUInt(params[2].c_str())); } + + _com.fromString(d.get(ZT_NETWORKCONFIG_DICT_KEY_CERTIFICATE_OF_MEMBERSHIP,std::string())); } } // namespace ZeroTier -- cgit v1.2.3