ITS#8173 fix SEGV after failed retry

This commit is contained in:
Howard Chu 2015-07-16 03:29:06 +01:00
parent a8491a63e6
commit e5c778fa43

View file

@ -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 );