mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
Typo / thinko
This commit is contained in:
parent
d7e4404c17
commit
7c599fe83e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ type Endpoint struct {
|
||||||
cep C.ZT_Endpoint
|
cep C.ZT_Endpoint
|
||||||
}
|
}
|
||||||
|
|
||||||
func EndpointTypeToString(int t) string {
|
func EndpointTypeToString(t int) string {
|
||||||
switch t {
|
switch t {
|
||||||
case EndpointTypeZeroTier:
|
case EndpointTypeZeroTier:
|
||||||
return "zerotier"
|
return "zerotier"
|
||||||
|
|
Loading…
Add table
Reference in a new issue