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

Change 'unsigned long len' to ber_len_t in get_filter()

parent 2da4fca5
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@ static int get_substring_filter(Connection *conn, BerElement *ber, Filter *f, ch
int
get_filter( Connection *conn, BerElement *ber, Filter **filt, char **fstr )
{
unsigned long len;
ber_len_t len;
int err;
Filter *f;
char *ftmp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment