mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Warning cleanup to ITS#5695/rev 1.453: signed meets unsigned.
This commit is contained in:
parent
4e616dced8
commit
db2172c5c9
1 changed files with 2 additions and 2 deletions
|
|
@ -4363,8 +4363,8 @@ serialNumberAndIssuerSerialCheck(
|
|||
ber_dupbv_x( &ni, is, ctx );
|
||||
|
||||
} else {
|
||||
ber_int_t src, dst;
|
||||
|
||||
ber_len_t src, dst;
|
||||
|
||||
ni.bv_len = is->bv_len - numdquotes;
|
||||
ni.bv_val = ber_memalloc_x( ni.bv_len + 1, ctx );
|
||||
for ( src = 0, dst = 0; src < is->bv_len; src++, dst++ ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue