Fix prev commit

This commit is contained in:
Howard Chu 2005-03-24 06:06:40 +00:00
parent 0076b40c32
commit 5a66d7de66

View File

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