compiler warning fix

This commit is contained in:
Yang Tse 2007-02-22 07:39:45 +00:00
parent 8e27ed2fdd
commit 4937281ddc
1 changed files with 1 additions and 1 deletions

View File

@ -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.