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

[libvirt] - ensure no nil pools are returned

This commit is contained in:
Ohad Levy 2012-05-25 15:46:25 +03:00 committed by Ohad Levy
parent 851e838d46
commit e561b50bb6

View file

@ -13,7 +13,7 @@ module Fog
data << find_pool_by_name(name)
end
end
data
data.compact
end
private