Commit 86d340af authored by Steve Holme's avatar Steve Holme
Browse files

ldap.c: Fix compilation warning

warning: comparison between signed and unsigned integer expressions
parent 5c14a7f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -685,7 +685,7 @@ static int _ldap_url_parse (const struct connectdata *conn,

static void _ldap_free_urldesc (LDAPURLDesc *ludp)
{
  int i;
  size_t i;

  if(!ludp)
    return;