ldap.c: Corrected build error from commit 857f999353

This commit is contained in:
Steve Holme 2013-09-10 19:30:07 +01:00
parent d89eb55906
commit 2879ffacfa
1 changed files with 3 additions and 3 deletions

View File

@ -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