From 17ca0ccff4aeacc63bf7fa90314ea58d23464617 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 7 Sep 2018 10:28:57 +0200 Subject: curl_easy_upkeep: removed 'conn' from the name ... including the associated option. Fixes #2951 Closes #2952 --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/url.c') diff --git a/lib/url.c b/lib/url.c index bd8e5d95e..977f1d6ad 100644 --- a/lib/url.c +++ b/lib/url.c @@ -4871,7 +4871,7 @@ static int conn_upkeep(struct connectdata *conn, return 0; /* continue iteration */ } -CURLcode Curl_conn_upkeep(struct conncache *conn_cache, +CURLcode Curl_upkeep(struct conncache *conn_cache, void *data) { /* Loop over every connection and make connection alive. */ -- cgit v1.2.3