aboutsummaryrefslogtreecommitdiffstats
path: root/lib/getinfo.c
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-02-06 01:36:06 -0800
committerHaibo Huang <hhb@google.com>2019-02-06 10:45:13 -0800
commit51d9d88eb7126fbbc4e7f43f9bdc6a49b5033c98 (patch)
tree7a09f2e8cac5df7efdcc2d6547afbaa6bfa58d5e /lib/getinfo.c
parentf3b10497acdc22cfd5fa0f93b08a9150e352f2d5 (diff)
downloadexternal_curl-51d9d88eb7126fbbc4e7f43f9bdc6a49b5033c98.tar.gz
external_curl-51d9d88eb7126fbbc4e7f43f9bdc6a49b5033c98.tar.bz2
external_curl-51d9d88eb7126fbbc4e7f43f9bdc6a49b5033c98.zip
Upgrade curl to curl-7_64_0
Test: build, boots, `vendor/google/tools/fake-ota on streaming` works Change-Id: Ie80a974d5dc73c35ccb3287db30c1a9dbdbecb3b
Diffstat (limited to 'lib/getinfo.c')
-rw-r--r--lib/getinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/getinfo.c b/lib/getinfo.c
index 54c2c2f1..19de657d 100644
--- a/lib/getinfo.c
+++ b/lib/getinfo.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -390,7 +390,7 @@ static CURLcode getinfo_slist(struct Curl_easy *data, CURLINFO info,
param_slistp;
struct curl_tlssessioninfo *tsi = &data->tsi;
#ifdef USE_SSL
- struct connectdata *conn = data->easy_conn;
+ struct connectdata *conn = data->conn;
#endif
*tsip = tsi;