From: Julien Chaffraix Date: Mon, 27 Jun 2011 14:53:38 +0000 (-0700) Subject: http_negociate: Be consistent in gss_init_sec_context attributes. X-Git-Tag: curl-7_22_0~233 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6488e03f4421a039d0882561e8f96b2ae16ed7c4;p=thirdparty%2Fcurl.git http_negociate: Be consistent in gss_init_sec_context attributes. This change makes this callsite match the rest of the code. --- diff --git a/lib/http_negotiate.c b/lib/http_negotiate.c index 5127e64800..0bbe4364f6 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,