ac4acf Fix: libpacemaker: Pass the correct resource to recursive calls.

1 file Authored by Chris Lumens 4 years ago, Committed by Packit Service 4 years ago,
    Fix: libpacemaker: Pass the correct resource to recursive calls.
    
    Previously, we were just passing the same resource into the recursive
    call, which would immediately return due to pe_rscs_allocating being set
    on it.  This gets us the recursive output we're expecting.
    
        
file modified
+4 -4