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:
parent
b9bb053c17
commit
5b58d88be3
@ -57,6 +57,7 @@ module OpenNebula
|
||||
|
||||
def start_element(name, attrs = [])
|
||||
return if name == @pool_name
|
||||
@value = nil
|
||||
|
||||
@current = @current + 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user