Skip to content
Snippets Groups Projects
Commit 2879ffac authored by Steve Holme's avatar Steve Holme
Browse files

ldap.c: Corrected build error from commit 857f9993

parent d89eb559
No related branches found
No related tags found
No related merge requests found
......@@ -84,9 +84,9 @@ typedef struct {
int lud_scope;
char *lud_filter;
char **lud_exts;
size lud_attrs_dups; /* how many were dup'ed, this field is not in the
"real" struct so can only be used in code without
HAVE_LDAP_URL_PARSE defined */
size_t lud_attrs_dups; /* how many were dup'ed, this field is not in the
"real" struct so can only be used in code
without HAVE_LDAP_URL_PARSE defined */
} CURL_LDAPURLDesc;
#undef LDAPURLDesc
......
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