1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

Fix bug parsing empty tags with SAX in ruby oca

This commit is contained in:
Javi Fontan 2014-03-12 22:50:03 +01:00
parent b9bb053c17
commit 5b58d88be3

View File

@ -57,6 +57,7 @@ module OpenNebula
def start_element(name, attrs = [])
return if name == @pool_name
@value = nil
@current = @current + 1