mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 06:13:19 -05:00
Align with ldif2id2children.c: s/int vlen;/ber_len_t vlen;/
This commit is contained in:
parent
79cb528e7e
commit
5d42c1d022
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ main( int argc, char **argv )
|
|||
vals[1] = NULL;
|
||||
while ( ! stop ) {
|
||||
char *type, *val, *s, *dn;
|
||||
int vlen;
|
||||
ber_len_t vlen;
|
||||
ID pid;
|
||||
char buf2[20];
|
||||
Datum key, data;
|
||||
|
|
|
|||
Loading…
Reference in a new issue