Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
5379edb7
Commit
5379edb7
authored
Feb 11, 2008
by
Quanah Gibson-Mount
Browse files
ITS5311
parent
32beabcd
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
5379edb7
...
...
@@ -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)
...
...
servers/slapd/back-monitor/thread.c
View file @
5379edb7
...
...
@@ -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
;
...
...
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