From 4710d3d96977bb60db181083c8a1f39d836b3899 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 10 Dec 2012 17:04:13 +0100 Subject: conncache: fix enumerated type mixed with another type --- lib/conncache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/conncache.c') diff --git a/lib/conncache.c b/lib/conncache.c index b3186037e..dc5b58cbe 100644 --- a/lib/conncache.c +++ b/lib/conncache.c @@ -46,7 +46,7 @@ static void free_bundle_hash_entry(void *freethis) Curl_bundle_destroy(b); } -struct conncache *Curl_conncache_init(int type) +struct conncache *Curl_conncache_init(conncachetype type) { struct conncache *connc; -- cgit v1.2.3