More cleanup for cluster refactor.

This commit is contained in:
Adam Ierymenko 2017-06-01 20:32:43 -07:00
parent d7b4f24a7a
commit aa06470cb6
2 changed files with 47 additions and 119 deletions

View file

@ -146,8 +146,15 @@ ZT_ResultCode Node::processStateUpdate(
ZT_ResultCode r = ZT_RESULT_OK_IGNORED;
switch(type) {
case ZT_STATE_OBJECT_PEER: {
} break;
case ZT_STATE_OBJECT_PEER:
if (len) {
}
break;
case ZT_STATE_OBJECT_PEER_IDENTITY:
if (len) {
}
break;
case ZT_STATE_OBJECT_NETWORK_CONFIG:
if (len <= (ZT_NETWORKCONFIG_DICT_CAPACITY - 1)) {