mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +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
|
||||
}
|
||||
|
||||
func EndpointTypeToString(int t) string {
|
||||
func EndpointTypeToString(t int) string {
|
||||
switch t {
|
||||
case EndpointTypeZeroTier:
|
||||
return "zerotier"
|
||||
|
|
Loading…
Add table
Reference in a new issue