1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

F #3263: fix bug in function call comma instead of dot (#3387)

This commit is contained in:
Alejandro Huertas Herrero 2019-05-30 15:50:35 +02:00 committed by Ruben S. Montero
parent e11fa27d66
commit bfee27823b

View File

@ -162,7 +162,7 @@ module OneDBFsck
addrs = { :mac => first_mac, :ip => first_ip, :ipv6 => ipv6 }
# Parent vnet has a lease for each address of this reservation
calculate_leases(ar, row[:oid], addrs. parent_vnet, parent_ar)
calculate_leases(ar, row[:oid], addrs, parent_vnet, parent_ar)
end
end
end