mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Change 'unsigned long len' to ber_len_t in get_filter()
This commit is contained in:
parent
2da4fca5c3
commit
8743c05359
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user