b37e0c2 Trac Ticket #437 - variable dn should not be used in ldbm_back_delete

Authored and Committed by nhosoi 11 years ago
    Trac Ticket #437 - variable dn should not be used in ldbm_back_delete
    
    https://fedorahosted.org/389/ticket/437
    
    Fix description: When SLAPI_DELETE_TARGET_DN was replaced with
    SLAPI_DELETE_TARGET_SDN, removing obsolete variable dn was
    incomplete.  Actually, the variable dn is still referred in
    some error messages.  This patch sets the value from Slapi_DN
    to the dn variable.