From 4937281ddccbec1daf007257f1732497cb7d62a0 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 22 Feb 2007 07:39:45 +0000 Subject: compiler warning fix --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/url.c b/lib/url.c index 4ca629cb2..e777d2a1f 100644 --- a/lib/url.c +++ b/lib/url.c @@ -2029,7 +2029,7 @@ ConnectionExists(struct SessionHandle *data, for(i=0; i< data->state.connc->num; i++) { bool match = FALSE; - int pipeLen = 0; + size_t pipeLen = 0; /* * Note that if we use a HTTP proxy, we check connections to that * proxy and not to the actual remote server. -- cgit v1.2.3