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
861e0ce3
Commit
861e0ce3
authored
Mar 03, 2010
by
Howard Chu
Browse files
Fix prev commit
parent
c58fc191
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
861e0ce3
...
...
@@ -1206,7 +1206,7 @@ static int
syncrepl_accesslog_mods
(
syncinfo_t
*
si
,
struct
berval
*
vals
,
struct
Modifications
**
modres
Modifications
**
modres
)
{
char
*
colon
;
...
...
@@ -1229,9 +1229,9 @@ syncrepl_accesslog_mods(
bv
.
bv_len
=
colon
-
bv
.
bv_val
;
if
(
slap_bv2ad
(
&
bv
,
&
ad
,
&
text
))
{
/* Invalid */
Debug
(
LDAP_DEBUG_ANY
,
"syncrepl_accesslog_mods:
%s
"
Debug
(
LDAP_DEBUG_ANY
,
"syncrepl_accesslog_mods:
rid=%03d
"
"Invalid attribute %s, %s
\n
"
,
si
->
si_rid
txt
,
bv
.
bv_val
,
text
);
si
->
si_rid
,
bv
.
bv_val
,
text
);
slap_mods_free
(
modlist
,
1
);
modlist
=
NULL
;
rc
=
-
1
;
...
...
@@ -1281,7 +1281,7 @@ static int
syncrepl_changelog_mods
(
syncinfo_t
*
si
,
struct
berval
*
vals
,
struct
Modifications
**
modres
Modifications
**
modres
)
{
return
-
1
;
/* FIXME */
...
...
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