35f6fb8 Ticket 48836 replication session fails because of permission denied

Authored and Committed by tbordaz 7 years ago
    Ticket 48836 replication session fails because of permission denied
    
    Bug Description:
        https://fedorahosted.org/389/ticket/48597 fix introduced a regression where it
        tests (in replica_is_updatedn) the returned value of replica_updatedn_list_ismember
        against PR_TRUE.
        Actually replica_updatedn_list_ismember returns PR_FALSE or a pointer to the found value
        but not PR_TRUE.
    
    Fix Description:
        replica_updatedn_list_ismember should return PR_TRUE or PR_FALSE where the cast make it return
        values that are different from PR_TRUE or PR_FALSE
    
    https://fedorahosted.org/389/ticket/48836
    
    Reviewed by: Noriko Hosoi, Ludwig Krispenz (thanks for your reviews)
    
    Platforms tested: F24
    
    Flag Day: no
    
    Doc impact: no