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
a4d14fb2
Commit
a4d14fb2
authored
Apr 21, 2008
by
Pierangelo Masarati
Browse files
missing numvals (ITS#5481)
parent
db6574a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-meta/search.c
View file @
a4d14fb2
...
...
@@ -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