ITS#6467 Reset avl root after releasing the tree

This commit is contained in:
Ondřej Kuzník 2021-05-15 10:01:18 +01:00
parent 363f10560f
commit c216ef53cd

View File

@ -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;
}