dfd5d0 Low: libcrmcommon: avoid assertion on controller protocol errors

1 file Authored by kgaillot 4 years ago, Committed by Packit Service 4 years ago,
    Low: libcrmcommon: avoid assertion on controller protocol errors
    
    Previously, after a protocol error, we would set reply to NULL and then try to
    call crm_element_value() on it, which would log an assertion.
    
        
file modified
+22 -24