Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
17b1ddc1
Commit
17b1ddc1
authored
Apr 15, 2010
by
Quanah Gibson-Mount
Browse files
ITS#6497
parent
84a40529
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
17b1ddc1
...
...
@@ -23,6 +23,7 @@ OpenLDAP 2.4.22 Engineering
Fixed slapo-rwm olcRwmMap handling (ITS#6436)
Fixed slapo-rwm REP_ENTRY flag handling (ITS#5340,ITS#6423)
Fixed slapo-syncprov memory leak (ITS#6459)
Fixed slapo-translucent counter increment (ITS#6497)
Fixed slapo-valsort REP_ENTRY flag handling (ITS#5340,ITS#6423)
Fixed contrib/sha2 adds mechs for more hashes (ITS#6433)
Documentation
...
...
servers/slapd/overlays/translucent.c
View file @
17b1ddc1
...
...
@@ -206,6 +206,7 @@ translucent_cf_gen( ConfigArgs *c )
ch_free
(
(
*
an
)[
i
].
an_name
.
bv_val
);
do
{
(
*
an
)[
i
]
=
(
*
an
)[
i
+
1
];
i
++
;
}
while
(
!
BER_BVISNULL
(
&
(
*
an
)[
i
].
an_name
));
}
return
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