aboutsummaryrefslogtreecommitdiff
path: root/lib/vauth/digest_sspi.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-04-03 20:26:03 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-04-03 20:26:03 +0100
commit9feb2676a4e153eef7f5536f940678af2df2cf9e (patch)
tree762af4c526bc0b6ac77da2375e925a1653aacf59 /lib/vauth/digest_sspi.c
parente655ae0c80aa3ddbacc20cac349336e4696d7d74 (diff)
vauth: Removed the need for a separate GSS-API based SPN function
Diffstat (limited to 'lib/vauth/digest_sspi.c')
-rw-r--r--lib/vauth/digest_sspi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vauth/digest_sspi.c b/lib/vauth/digest_sspi.c
index a882534f0..c7ba72edd 100644
--- a/lib/vauth/digest_sspi.c
+++ b/lib/vauth/digest_sspi.c
@@ -125,7 +125,7 @@ CURLcode Curl_auth_create_digest_md5_message(struct SessionHandle *data,
}
/* Generate our SPN */
- spn = Curl_auth_build_spn(service, data->easy_conn->host.name);
+ spn = Curl_auth_build_spn(service, data->easy_conn->host.name, NULL);
if(!spn) {
free(output_token);
free(input_token);