mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:07:28 +03:00
ldap.c: Fixed compilation warning
ldap.c:802: warning: comparison between signed and unsigned integer
expressions
This commit is contained in:
parent
3a805c5cc1
commit
747bad7c09
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue