mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#6467 Reset avl root after releasing the tree
This commit is contained in:
parent
363f10560f
commit
c216ef53cd
1 changed files with 1 additions and 0 deletions
|
|
@ -1972,6 +1972,7 @@ syncprov_accesslog_uuid_cb( Operation *op, SlapReply *rs )
|
|||
assert( uuid_progress->ndel == uuid_progress->list_len );
|
||||
ndel = ldap_avl_free( uuid_progress->uuids, NULL );
|
||||
assert( ndel == uuid_progress->ndel );
|
||||
uuid_progress->uuids = NULL;
|
||||
uuid_progress->ndel = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue