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

Merge pull request from smgt/glesys-fix-ips-bug

[glesys] Fix bug when trying to attach a ip to a server
This commit is contained in:
Anton Lindström 2013-02-10 04:03:34 -08:00
commit e952eb276e

View file

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