Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
James Lowden
OpenLDAP
Commits
40037daa
Commit
40037daa
authored
May 15, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
May 20, 2021
Browse files
ITS#6467 Reset avl root after releasing the tree
parent
e02525fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/syncprov.c
View file @
40037daa
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment