Bump version

This commit is contained in:
Prashanth Balasubramanian 2016-04-17 18:05:49 -07:00
parent fc6d9a47fd
commit d3a51031c3
5 changed files with 9 additions and 8 deletions

View file

@ -120,7 +120,7 @@ func (c *ClusterManager) Checkpoint(lbs []*loadbalancers.L7RuntimeInfo, nodeName
portMap[p] = struct{}{}
}
nodePorts = []int64{}
for p, _ := range portMap {
for p := range portMap {
nodePorts = append(nodePorts, p)
}
if err := c.backendPool.Sync(nodePorts); err != nil {