mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
Remove lint.
This commit is contained in:
parent
962e351271
commit
7db15e9d12
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ ber_get_stringbv( BerElement *ber, struct berval *bv, int alloc )
|
|||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue