mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
For ITS#6739: Fix last commit (private debuging)
This commit is contained in:
parent
5fc18b9d66
commit
87a9ee9e83
1 changed files with 0 additions and 2 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue