From 6488e03f4421a039d0882561e8f96b2ae16ed7c4 Mon Sep 17 00:00:00 2001 From: Julien Chaffraix Date: Mon, 27 Jun 2011 07:53:38 -0700 Subject: http_negociate: Be consistent in gss_init_sec_context attributes. This change makes this callsite match the rest of the code. --- lib/http_negotiate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/http_negotiate.c b/lib/http_negotiate.c index 5127e6480..0bbe4364f 100644 --- a/lib/http_negotiate.c +++ b/lib/http_negotiate.c @@ -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, -- cgit v1.2.3