From b85043799157e761aa23d7b96a4721ef3b5e4598 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Mon, 31 Aug 2015 11:45:47 +0100 Subject: sasl: Updated SPN variables and comments for consistency In places the "host name" and "realm" variable was referred to as "instance" whilst in others it was referred to as "host". --- lib/curl_sasl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/curl_sasl.h') diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h index 117d60e32..76c1d9383 100644 --- a/lib/curl_sasl.h +++ b/lib/curl_sasl.h @@ -146,7 +146,7 @@ int Curl_sasl_digest_get_pair(const char *str, char *value, char *content, const char **endptr); #if defined(HAVE_GSSAPI) -char *Curl_sasl_build_gssapi_spn(const char *service, const char *host); +char *Curl_sasl_build_gssapi_spn(const char *service, const char *instance); #endif #ifndef CURL_DISABLE_CRYPTO_AUTH -- cgit v1.2.1