vauth: Removed the need for a separate GSS-API based SPN function

This commit is contained in:
Steve Holme 2016-04-03 20:26:03 +01:00
parent e655ae0c80
commit 9feb2676a4
8 changed files with 37 additions and 39 deletions

View file

@ -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);