mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
ldap.c: Corrected build error from commit 857f999353
This commit is contained in:
parent
d89eb55906
commit
2879ffacfa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user