mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
ITS#8173 fix SEGV after failed retry
This commit is contained in:
parent
a8491a63e6
commit
e5c778fa43
1 changed files with 2 additions and 0 deletions
|
|
@ -271,6 +271,8 @@ retry:;
|
|||
if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_BIND_SERR ) ) {
|
||||
goto retry;
|
||||
}
|
||||
if ( !lc )
|
||||
return( rc );
|
||||
}
|
||||
|
||||
ldap_pvt_thread_mutex_lock( &li->li_counter_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue