aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-07-04 21:36:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-07-04 21:36:14 +0000
commitd2e6a0583a6fd310b946dfd7f88942b0d9650f4c (patch)
tree72a1ca34af254c52ffe04fda8ffc8b8746dadd72 /lib/urldata.h
parentb2c9277e66fe57c607aab94bf6c84a113746d222 (diff)
made 'connectindex' a long variable to prevent compiler warnings when
implicitly converting it to int
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 03bc5f394..7be2a9324 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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 */