More tying up of certificate of membership stuff in the client.
This commit is contained in:
parent
bbcd76ecd0
commit
5901972958
5 changed files with 16 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue