mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
ITS#9801 syncrepl/dsee init punlock
This commit is contained in:
parent
64723464ae
commit
4996d42277
1 changed files with 1 additions and 1 deletions
|
|
@ -1378,6 +1378,7 @@ do_syncrep2(
|
|||
break;
|
||||
}
|
||||
#endif
|
||||
punlock = -1;
|
||||
ldap_get_entry_controls( si->si_ld, msg, &rctrls );
|
||||
ldap_get_dn_ber( si->si_ld, msg, NULL, &bdn );
|
||||
if (!bdn.bv_len) {
|
||||
|
|
@ -1465,7 +1466,6 @@ do_syncrep2(
|
|||
rc = -1;
|
||||
goto done;
|
||||
}
|
||||
punlock = -1;
|
||||
if ( ber_peek_tag( ber, &len ) == LDAP_TAG_SYNC_COOKIE ) {
|
||||
if ( ber_scanf( ber, /*"{"*/ "m}", &cookie ) != LBER_ERROR ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue