From 51d9d88eb7126fbbc4e7f43f9bdc6a49b5033c98 Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Wed, 6 Feb 2019 01:36:06 -0800 Subject: Upgrade curl to curl-7_64_0 Test: build, boots, `vendor/google/tools/fake-ota on streaming` works Change-Id: Ie80a974d5dc73c35ccb3287db30c1a9dbdbecb3b --- lib/curl_sasl.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/curl_sasl.c') diff --git a/lib/curl_sasl.c b/lib/curl_sasl.c index 354bc544..9e1a72e5 100644 --- a/lib/curl_sasl.c +++ b/lib/curl_sasl.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2012 - 2018, Daniel Stenberg, , et al. + * Copyright (C) 2012 - 2019, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -300,8 +300,7 @@ CURLcode Curl_sasl_start(struct SASL *sasl, struct connectdata *conn, result = Curl_auth_create_gssapi_user_message(data, conn->user, conn->passwd, service, - data->easy_conn-> - host.name, + data->conn->host.name, sasl->mutual_auth, NULL, &conn->krb5, &resp, &len); @@ -517,7 +516,7 @@ CURLcode Curl_sasl_continue(struct SASL *sasl, struct connectdata *conn, result = Curl_auth_create_gssapi_user_message(data, conn->user, conn->passwd, service, - data->easy_conn->host.name, + data->conn->host.name, sasl->mutual_auth, NULL, &conn->krb5, &resp, &len); -- cgit v1.2.3