update
This commit is contained in:
@@ -258,7 +258,6 @@ func (p *SyncedPool) RemoveHost(host *RemoteHost) {
|
|||||||
for _, r := range p.remotes {
|
for _, r := range p.remotes {
|
||||||
if r == host {
|
if r == host {
|
||||||
p.RemoveHostMappedCarts(r)
|
p.RemoveHostMappedCarts(r)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
toKeep = append(toKeep, r)
|
toKeep = append(toKeep, r)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user