mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
Fix typo
This commit is contained in:
parent
b120d92bd6
commit
38cf26c95a
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ fail:;
|
|||
if ( rs->sr_err == LDAP_SERVER_DOWN ) {
|
||||
if ( do_retry ) {
|
||||
do_retry = 0;
|
||||
if ( ldap_back_retry( lc, op, &rs, LDAP_BACK_DONTSEND ) ) {
|
||||
if ( ldap_back_retry( lc, op, rs, LDAP_BACK_DONTSEND ) ) {
|
||||
goto retry;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue