compiler warning fix
authorYang Tse <yangsita@gmail.com>
Thu, 22 Feb 2007 07:39:45 +0000 (07:39 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 22 Feb 2007 07:39:45 +0000 (07:39 +0000)
lib/url.c

index 4ca629c..e777d2a 100644 (file)
--- 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.