2c0741 Low: scheduler: correctly skip dangling id-ref

1 file Authored by kgaillot 4 years ago, Committed by Packit Service 4 years ago,
    Low: scheduler: correctly skip dangling id-ref
    
    When evaluating XML nvpair blocks, make_pairs() previously reused the
    "for" loop variable when expanding id-ref's. However if the id-ref was dangling
    (only possible if schema enforcement is turned off), this would make it NULL
    and thus exiting the loop instead of continuing.
    
        
file modified
+6 -5