mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
.
This commit is contained in:
parent
c3e0f262d1
commit
57ade250af
10 changed files with 25 additions and 23 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue