use proper type to prevent compiler warning
This commit is contained in:
Родитель
e67d15b50e
Коммит
7e7d89471a
|
@ -212,7 +212,7 @@ cache_resolv_response(struct SessionHandle *data,
|
|||
int port)
|
||||
{
|
||||
char *entry_id;
|
||||
int entry_len;
|
||||
ssize_t entry_len;
|
||||
struct Curl_dns_entry *dns;
|
||||
time_t now;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче