Skip to content
Snippets Groups Projects
Commit 5379edb7 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS5311

parent 32beabcd
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ OpenLDAP 2.4.8 Engineering
Fixed slapd segv with SASL/OTP (ITS#5259)
Added slapd-bdb/slapd-hdb DB encryption (ITS#5359)
Fixed slapd-ldif delete (ITS#5265)
Fixed slapd-monitor crash (ITS#5311)
Added slapd-sock (ITS#4094)
Added slapo-autogroup contrib module (ITS#5145)
Added slapo-constraint cross-attribute constraints (ITS#4987)
......
......@@ -260,6 +260,7 @@ monitor_subsys_thread_update(
ber_bvarray_free( a->a_vals );
a->a_vals = NULL;
a->a_nvals = NULL;
a->a_numvals = 0;
}
i = 0;
......@@ -292,6 +293,7 @@ monitor_subsys_thread_update(
ber_bvarray_free( a->a_vals );
a->a_vals = NULL;
a->a_nvals = NULL;
a->a_numvals = 0;
}
i = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment