1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-15 08:16:43 +00:00
This commit is contained in:
2020-05-03 15:19:21 +08:00
parent 1adede3751
commit cfc9d9f8b2
3 changed files with 6 additions and 1 deletions

View File

@@ -262,6 +262,7 @@ func (pool *ResourcePool) acquireNetwork() string {
for k := range pool.networksFree {
network = k
delete(pool.networksFree, k)
break
}
return network
}