1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

http_negociate: Be consistent in gss_init_sec_context attributes.

This change makes this callsite match the rest of the code.
This commit is contained in:
Julien Chaffraix 2011-06-27 07:53:38 -07:00
parent b680fd180b
commit 6488e03f44

View File

@ -243,7 +243,7 @@ int Curl_input_negotiate(struct connectdata *conn, bool proxy,
&neg_ctx->context, &neg_ctx->context,
neg_ctx->server_name, neg_ctx->server_name,
GSS_C_NO_OID, GSS_C_NO_OID,
0, GSS_C_MUTUAL_FLAG | GSS_C_REPLAY_FLAG,
0, 0,
GSS_C_NO_CHANNEL_BINDINGS, GSS_C_NO_CHANNEL_BINDINGS,
&input_token, &input_token,