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
1 changed files with 1 additions and 1 deletions

View File

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