From 2879ffacfa0cf60a0e215d8b1300368390e7548f Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Tue, 10 Sep 2013 19:30:07 +0100 Subject: [PATCH] ldap.c: Corrected build error from commit 857f999353f333 --- lib/ldap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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