diff options
author | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-06-27 07:53:38 -0700 |
---|---|---|
committer | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-07-12 07:06:25 -0700 |
commit | 6488e03f4421a039d0882561e8f96b2ae16ed7c4 (patch) | |
tree | fb59e2be32691f37615a91fe8cbe87ca203ab7c1 /lib/http_negotiate.c | |
parent | b680fd180bf31dd29d84f43d91b6ee56e62d452f (diff) |
http_negociate: Be consistent in gss_init_sec_context attributes.
This change makes this callsite match the rest of the code.
Diffstat (limited to 'lib/http_negotiate.c')
-rw-r--r-- | lib/http_negotiate.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |