Skip to content

Commit

Permalink
Fix Server #mac_address
Browse files Browse the repository at this point in the history
  • Loading branch information
plribeiro3000 committed Jul 10, 2014
1 parent c18df5c commit 6d8a230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/compute/xen_server/models/server.rb
Expand Up @@ -99,7 +99,7 @@ def home_hypervisor
end

def mac_address
networks.first.MAC
vifs.first.mac
end

def running?
Expand Down

0 comments on commit 6d8a230

Please sign in to comment.