Commit 747bad7c authored by Steve Holme's avatar Steve Holme
Browse files

ldap.c: Fixed compilation warning

ldap.c:802: warning: comparison between signed and unsigned integer
            expressions
parent 3a805c5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -710,7 +710,7 @@ static int _ldap_url_parse2 (const struct connectdata *conn, LDAPURLDesc *ludp)
  char *path;
  char *p;
  char *q;
  int i;
  size_t i;

  if(!conn->data ||
      !conn->data->state.path ||