47d33f3 Fix IssuerDN presence check in cert search result

1 file Authored by ftweedal 7 years ago, Committed by mbasti 7 years ago,
    Fix IssuerDN presence check in cert search result
    
    When checking for presence of IssuerDN in certificate search result,
    we mistakenly check for the presence of the SubjectDN field, then
    unsafely index into the IssuerDN field.  Check the presence of
    IssuerDN correctly.
    
    Part of: https://fedorahosted.org/freeipa/ticket/4559
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+1 -1