Skip to content
Snippets Groups Projects
Commit c904eb3a authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#8173 fix SEGV after failed retry

parent c2898e72
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment