From: Steve Holme Date: Tue, 10 Sep 2013 18:30:07 +0000 (+0100) Subject: ldap.c: Corrected build error from commit 857f999353f333 X-Git-Tag: curl-7_33_0~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2879ffacfa0cf60a0e215d8b1300368390e7548f;p=curl ldap.c: Corrected build error from commit 857f999353f333 --- diff --git a/lib/ldap.c b/lib/ldap.c index 24b8634af..f14261ff4 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -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