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
87a9ee9e
Commit
87a9ee9e
authored
Dec 06, 2010
by
Hallvard Furuseth
Browse files
For ITS#6739: Fix last commit (private debuging)
parent
5fc18b9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
87a9ee9e
...
...
@@ -1202,9 +1202,7 @@ do_syncrep2(
op
->
o_controls
[
slap_cids
.
sc_LDAPsync
]
=
&
syncCookie
;
compare_csns
(
&
syncCookie_req
,
&
syncCookie
,
&
m
);
}
else
assert
(
!
refreshDeletes
);
/*TEST: m uninitialized*/
}
else
assert
(
!
refreshDeletes
);
/* TEST:m uninitialized */
if
(
ber_peek_tag
(
ber
,
&
len
)
==
LDAP_TAG_REFRESHDELETES
)
{
...
...
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