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
Joe Martin
OpenLDAP
Commits
b90f2858
Commit
b90f2858
authored
Feb 05, 2009
by
Quanah Gibson-Mount
Browse files
ITS#5923
parent
772cd267
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
b90f2858
...
...
@@ -46,6 +46,7 @@ OpenLDAP 2.4.14 Engineering
Fixed slapo-memberof multiple instantiation (ITS#5903)
Fixed slapo-pcache filter sorting (ITS#5756)
Fixed slapo-ppolicy to not be global (ITS#5858)
Fixed slapo-rwm double free (ITS#5923)
Fixed slapo-rwm with back-config (ITS#5906)
Added slapo-rwm newRDN rewriting (ITS#5834)
Updated contrib/addpartial module (ITS#5764)
...
...
servers/slapd/overlays/rwmmap.c
View file @
b90f2858
...
...
@@ -1187,7 +1187,7 @@ rwm_dnattr_result_rewrite(
last
--
;
for
(
i
=
0
;
!
BER_BVISNULL
(
&
a_vals
[
i
]
);
i
++
)
{
struct
berval
pdn
,
ndn
;
struct
berval
pdn
,
ndn
=
BER_BVNULL
;
int
rc
;
pdn
=
a_vals
[
i
];
...
...
Write
Preview
Markdown
is supported
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