Commit 2879ffac authored by Steve Holme's avatar Steve Holme
Browse files

ldap.c: Corrected build error from commit 857f9993

parent d89eb559
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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