Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
bce526a8
Commit
bce526a8
authored
Dec 01, 2010
by
Pierangelo Masarati
Browse files
test slap_dontUseCopy_propnames (ITS#6729)
parent
fa4dbb87
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/sasl.c
View file @
bce526a8
...
...
@@ -548,7 +548,7 @@ slap_auxprop_store(
op
.
o_req_ndn
.
bv_val
=
(
char
*
)
pr
[
i
].
values
[
0
];
}
#ifdef SLAP_AUXPROP_DONTUSECOPY
{
if
(
slap_dontUseCopy_propnames
!=
NULL
)
{
struct
berval
bv
;
ber_str2bv
(
&
pr
[
i
].
name
[
1
],
0
,
1
,
&
bv
);
for
(
j
=
0
;
!
BER_BVISNULL
(
&
slap_dontUseCopy_propnames
[
j
]
);
j
++
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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