diff options
-rw-r--r-- | lib/ldap.c | 6 |
1 files 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 |