sync eip bugfix

This commit is contained in:
TangBin
2018-12-13 19:23:42 +08:00
parent b721fce391
commit a7beb01aca
+1 -1
View File
@@ -450,7 +450,7 @@ func (self *SRegion) GetInstances(zoneId string, ids []string, offset int, limit
}
var networkInterfaces SNetworkInterfaces
var eipAddress SEipAddress
eipAddress := SEipAddress{}
for _, n := range instance.NetworkInterfaces {
i := SNetworkInterface{
MacAddress: *n.MacAddress,