mirror of
https://github.com/curl/curl.git
synced 2026-05-01 13:17:51 +03:00
ldap.c: Fix compilation warning
warning: comparison between signed and unsigned integer expressions
This commit is contained in:
parent
5c14a7f068
commit
86d340af27
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue