Skip to content
Snippets Groups Projects
Commit 7e7d8947 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use proper type to prevent compiler warning

parent e67d15b5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment