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
6a7db8bd
Commit
6a7db8bd
authored
Jun 10, 2010
by
Quanah Gibson-Mount
Browse files
ITS#6533
parent
ca74dc10
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
6a7db8bd
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.23 Engineering
Fixed slapd syncrepl rid logging (ITS#6533)
Fixed contrib/nssov network.c missing patch (ITS#6562)
OpenLDAP 2.4.22 Release (2010/04/24)
...
...
servers/slapd/syncrepl.c
View file @
6a7db8bd
...
...
@@ -4592,9 +4592,10 @@ add_syncrepl(
return
1
;
}
else
{
Debug
(
LDAP_DEBUG_CONFIG
,
"Config: ** successfully added syncrepl
\"
%s
\"\n
"
,
"Config: ** successfully added syncrepl %s
\"
%s
\"\n
"
,
si
->
si_ridtxt
,
BER_BVISNULL
(
&
si
->
si_bindconf
.
sb_uri
)
?
"(null)"
:
si
->
si_bindconf
.
sb_uri
.
bv_val
,
0
,
0
);
"(null)"
:
si
->
si_bindconf
.
sb_uri
.
bv_val
,
0
);
if
(
c
->
be
->
be_syncinfo
)
{
syncinfo_t
*
sip
;
...
...
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