mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Remove lint.
This commit is contained in:
parent
962e351271
commit
7db15e9d12
@ -422,7 +422,7 @@ ber_get_stringbv( BerElement *ber, struct berval *bv, int alloc )
|
|||||||
return LBER_DEFAULT;
|
return LBER_DEFAULT;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ber_pvt_ber_remaining( ber ) < bv->bv_len ) {
|
if ( (ber_len_t) ber_pvt_ber_remaining( ber ) < bv->bv_len ) {
|
||||||
return LBER_DEFAULT;
|
return LBER_DEFAULT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user