This commit is contained in:
Adam Ierymenko 2019-10-02 12:19:37 -07:00
commit 57ade250af
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
10 changed files with 25 additions and 23 deletions

View file

@ -107,7 +107,7 @@ func readIdentity(s string) *zerotier.Identity {
return id
}
func networkStatusStr(int status) string {
func networkStatusStr(status int) string {
switch status {
case zerotier.NetworkStatusNotFound:
return "NOTFOUND"