]> granicus.if.org Git - curl/commitdiff
ldap.c: Corrected build error from commit 857f999353f333
authorSteve Holme <steve_holme@hotmail.com>
Tue, 10 Sep 2013 18:30:07 +0000 (19:30 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 10 Sep 2013 18:30:07 +0000 (19:30 +0100)
lib/ldap.c

index 24b8634afa8419c2cd8c7efa61391b605eb9a2f0..f14261ff49932d096d121bac25f306ea5809a5de 100644 (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