mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
Fix prev commit
This commit is contained in:
parent
d09d43559a
commit
974ca7b366
1 changed files with 1 additions and 1 deletions
|
|
@ -663,7 +663,7 @@ select_backend(
|
|||
if ( strcmp( be->be_nsuffix[j].bv_val,
|
||||
&dn->bv_val[dnlen-len] ) == 0 )
|
||||
{
|
||||
break;
|
||||
return be;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue