mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Fix prev commit
This commit is contained in:
parent
0076b40c32
commit
5a66d7de66
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue