Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
c607ed0a
Commit
c607ed0a
authored
Apr 07, 2003
by
Howard Chu
Browse files
(SLAP_NVALUES) attr->a_nvals must not be NULL, set equal to a_vals when
not normalizing.
parent
f2293e04
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/search.c
View file @
c607ed0a
...
...
@@ -552,7 +552,7 @@ next_attr:;
attr
->
a_nvals
=
attr
->
a_vals
;
}
}
else
{
attr
->
a_nvals
=
NULL
;
attr
->
a_nvals
=
attr
->
a_vals
;
}
*
attrp
=
attr
;
attrp
=
&
attr
->
a_next
;
...
...
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