mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Remove some lint.
This commit is contained in:
parent
819ffa1c37
commit
4468ffa9e0
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ be_issuffix(
|
|||
)
|
||||
{
|
||||
int i;
|
||||
struct berval bvsuffix = { strlen( suffix ), suffix };
|
||||
struct berval bvsuffix = { strlen( suffix ), (char *)suffix };
|
||||
|
||||
for ( i = 0; be->be_nsuffix != NULL && be->be_nsuffix[i] != NULL; i++ ) {
|
||||
if ( ber_bvcmp( be->be_nsuffix[i], &bvsuffix ) == 0 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue