mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
ITS#6467 Reset avl root after releasing the tree
This commit is contained in:
parent
363f10560f
commit
c216ef53cd
@ -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 New Issue
Block a user