cgrzemba / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

498c42b fix transaction support in ldbm_delete

Authored and Committed by rmeggins 12 years ago
    fix transaction support in ldbm_delete
    
    ldbm_back_delete() was not properly clearing out the transaction
    pointer before starting a new transaction, and was not properly clearing
    out the used transaction after a commit or an abort.