Skip to content

Commit

Permalink
F #3263: fix bug in function call comma instead of dot (#3387)
Browse files Browse the repository at this point in the history
(cherry picked from commit bfee278)
  • Loading branch information
Alejandro Huertas Herrero authored and rsmontero committed May 30, 2019
1 parent d38fa4a commit 12faf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onedb/fsck/network.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def init_network_lease_counters
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
Expand Down

0 comments on commit 12faf80

Please sign in to comment.