mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix retry on stale cookie result
This commit is contained in:
parent
2b9c8076cc
commit
9ca041c9a6
1 changed files with 1 additions and 1 deletions
|
|
@ -756,7 +756,7 @@ do_syncrep2(
|
|||
si->si_logstate = SYNCLOG_FALLBACK;
|
||||
}
|
||||
rc = err;
|
||||
break;
|
||||
goto done;
|
||||
}
|
||||
if ( rctrls ) {
|
||||
rctrlp = *rctrls;
|
||||
|
|
|
|||
Loading…
Reference in a new issue