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
680dbf49
Commit
680dbf49
authored
Jun 17, 2010
by
Quanah Gibson-Mount
Browse files
More for ITS#6572, fix copy/paste error
parent
f98a115b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/refint.c
View file @
680dbf49
...
...
@@ -263,8 +263,8 @@ refint_cf_gen(ConfigArgs *c)
break
;
case
REFINT_MODIFIERSNAME
:
if
(
!
BER_BVISNULL
(
&
c
->
value_ndn
))
{
ch_free
(
&
dd
->
refint_dn
.
bv_val
);
ch_free
(
&
dd
->
refint_ndn
.
bv_val
);
ch_free
(
dd
->
refint_dn
.
bv_val
);
ch_free
(
dd
->
refint_ndn
.
bv_val
);
dd
->
refint_dn
=
c
->
value_dn
;
dd
->
refint_ndn
=
c
->
value_ndn
;
rc
=
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