1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[glesys] Fix bug when trying to attach a ip to a server

This commit is contained in:
Simon Gate 2013-02-10 12:17:57 +01:00
parent 564176e284
commit efbbb28c8d

View file

@ -69,7 +69,7 @@ module Fog
ip = new data ip = new data
if options[:attach] && serverid if options[:attach] && serverid
server.attach_ip ip server.ips.attach ip, serverid
ip.serverid = serverid ip.serverid = serverid
end end