Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
dced3cca
Commit
dced3cca
authored
Dec 09, 2004
by
Howard Chu
Browse files
Fix typo in prev commit
parent
dc7ec5c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
dced3cca
...
...
@@ -722,7 +722,7 @@ do_syncrep2(
si_tag
==
LDAP_TAG_SYNC_REFRESH_PRESENT
?
"REFRESH_PRESENT"
:
"REFRESH_DELETE"
,
"
\n
"
);
if
(
si
->
si_tag
==
LDAP_TAG_SYNC_REFRESH_DELETE
)
{
if
(
si_tag
==
LDAP_TAG_SYNC_REFRESH_DELETE
)
{
si
->
si_refreshDelete
=
1
;
}
else
{
si
->
si_refreshPresent
=
1
;
...
...
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