mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix prev commit
This commit is contained in:
parent
0076b40c32
commit
5a66d7de66
@ -586,7 +586,7 @@ select_backend(
|
||||
{
|
||||
int i, j;
|
||||
ber_len_t len, dnlen = dn->bv_len;
|
||||
Backend *be, *b2;
|
||||
Backend *be, *b2 = NULL;
|
||||
|
||||
LDAP_STAILQ_FOREACH( be, &backendDB, be_next ) {
|
||||
if ( be->be_nsuffix == NULL ) {
|
||||
|
Loading…
Reference in New Issue
Block a user