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
458fe039
Commit
458fe039
authored
Apr 21, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5481
parent
296ac170
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
458fe039
...
...
@@ -30,6 +30,7 @@ OpenLDAP 2.4.9 Engineering
Fixed slapd-config attribute publishing (ITS#5383)
Fixed slapd-ldap connection handler (ITS#5404)
Fixed slapd-meta connections on error (ITS#5440)
Fixed slapd-meta crash on search (ITS#5481)
Fixed slapo-auditlog unnecessary syscall (ITS#5441)
Fixed slapo-refint dnSubtreeMatch (ITS#5427)
Fixed slapo-refint global referential integrity (ITS#5428)
...
...
servers/slapd/back-meta/search.c
View file @
458fe039
...
...
@@ -2041,6 +2041,7 @@ next_attr:;
mod
.
sm_op
=
LDAP_MOD_ADD
;
mod
.
sm_desc
=
(
*
ap
)
->
a_desc
;
mod
.
sm_type
=
mod
.
sm_desc
->
ad_cname
;
mod
.
sm_numvals
=
(
*
ap
)
->
a_numvals
;
mod
.
sm_values
=
(
*
tap
)
->
a_vals
;
if
(
(
*
tap
)
->
a_nvals
!=
(
*
tap
)
->
a_vals
)
{
mod
.
sm_nvalues
=
(
*
tap
)
->
a_nvals
;
...
...
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