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
Nadezhda Ivanova
OpenLDAP
Commits
0db0d4e0
Commit
0db0d4e0
authored
Nov 12, 2003
by
Jong Hyuk Choi
Browse files
fix typo
parent
0a7a97d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
0db0d4e0
...
...
@@ -1051,7 +1051,7 @@ syncrepl_entry(
}
ber_dupbv
(
&
op
->
o_sync_csn
,
syncCookie_req
->
ctxcsn
);
if
(
op
->
o
p
_sync_csn
.
bv_val
)
{
if
(
op
->
o_sync_csn
.
bv_val
)
{
subseq_ptr
=
strstr
(
op
->
o_sync_csn
.
bv_val
,
"#0000"
);
subseq_ptr
+=
4
;
*
subseq_ptr
=
'1'
;
...
...
Write
Preview
Supports
Markdown
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