made 'connectindex' a long variable to prevent compiler warnings when

implicitly converting it to int
This commit is contained in:
Daniel Stenberg
2004-07-04 21:36:14 +00:00
parent b2c9277e66
commit d2e6a0583a
2 changed files with 4 additions and 4 deletions

View File

@@ -429,7 +429,7 @@ struct Curl_async {
struct connectdata {
/**** Fields set when inited and not modified again */
struct SessionHandle *data; /* link to the root CURL struct */
int connectindex; /* what index in the connects index this particular
long connectindex; /* what index in the connects index this particular
struct has */
long protocol; /* PROT_* flags concerning the protocol set */