Skip to content
Snippets Groups Projects
Commit 87a9ee9e authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

For ITS#6739: Fix last commit (private debuging)

parent 5fc18b9d
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment