mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Check for cleanup on Adds, not just Modifies
This commit is contained in:
parent
f0468901c6
commit
ec7a05adff
1 changed files with 2 additions and 0 deletions
|
|
@ -4313,6 +4313,8 @@ ok:
|
|||
rc = ca->bi->bi_db_open( ca->be, &ca->reply );
|
||||
ca->be->bd_info = bi_orig;
|
||||
}
|
||||
} else if ( ca->cleanup ) {
|
||||
rc = ca->cleanup( ca );
|
||||
}
|
||||
if ( rc ) {
|
||||
if (ca->cr_msg[0] == '\0')
|
||||
|
|
|
|||
Loading…
Reference in a new issue