mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
registry: unsubscribe with voidRegisrtyItem fix
This commit is contained in:
parent
5c54b16fd1
commit
bfd6f04e13
1 changed files with 0 additions and 3 deletions
|
|
@ -102,9 +102,6 @@ func (r *registry) Unsubscribe(identifier id.ID) *RegistryItem {
|
|||
if !ok {
|
||||
return nil
|
||||
}
|
||||
if i == voidRegistryItem {
|
||||
return nil
|
||||
}
|
||||
|
||||
if i.Hosts != nil {
|
||||
for _, h := range i.Hosts {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue