Fixed netif initialization bug, fixed typos in documentation

This commit is contained in:
Joseph Henry
2017-11-16 00:54:26 -08:00
parent aaea48a52a
commit d6fcdf5277
3 changed files with 29 additions and 28 deletions

View File

@@ -420,8 +420,9 @@ int zts_get_peer_address(char *peer, const uint64_t nodeId)
}
return pl->peerCount;
}
else
else {
return -1;
}
}
void zts_allow_http_control(bool allowed)