mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-22 08:24:25 +01:00
@@ -19,6 +19,6 @@ func (i *HostInfo) GetRemoteIndex() uint32 {
|
||||
return i.remoteIndexId
|
||||
}
|
||||
|
||||
func (i *HostInfo) GetRelayState() RelayState {
|
||||
return i.relayState
|
||||
func (i *HostInfo) GetRelayState() *RelayState {
|
||||
return &i.relayState
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user