Skip to content
Snippets Groups Projects
Commit 5d42c1d0 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Align with ldif2id2children.c: s/int vlen;/ber_len_t vlen;/

parent 79cb528e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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