mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ITS#9409 saslauthz: use slap_sl_free in prev commit
This commit is contained in:
parent
0e09c857b6
commit
b1c1a5eb51
@ -858,7 +858,7 @@ done:
|
||||
|
||||
if ( lud_dn ) {
|
||||
if ( ludp->lud_dn != lud_dn ) {
|
||||
ch_free( ludp->lud_dn );
|
||||
slap_sl_free( ludp->lud_dn, ctx );
|
||||
}
|
||||
ludp->lud_dn = lud_dn;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user