Skip to content
Snippets Groups Projects
Commit 7db15e9d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove lint.

parent 962e3512
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment