mirror of
https://github.com/slackhq/nebula.git
synced 2026-07-02 03:20:29 +02:00
+2
-2
@@ -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