mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
test goes __after__ done (ITS#5014 :)
This commit is contained in:
parent
b20c1fe5af
commit
9ff76148ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1053,13 +1053,13 @@ do_syncrep2(
|
|||
err = rc;
|
||||
}
|
||||
|
||||
done:
|
||||
if ( err != LDAP_SUCCESS ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"do_syncrep2: %s (%d) %s\n",
|
||||
si->si_ridtxt, err, ldap_err2string( err ) );
|
||||
}
|
||||
|
||||
done:
|
||||
slap_sync_cookie_free( &syncCookie, 0 );
|
||||
slap_sync_cookie_free( &syncCookie_req, 0 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue