http_negociate: Be consistent in gss_init_sec_context attributes.
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Mon, 27 Jun 2011 14:53:38 +0000 (07:53 -0700)
committerJulien Chaffraix <julien.chaffraix@gmail.com>
Tue, 12 Jul 2011 14:06:25 +0000 (07:06 -0700)
This change makes this callsite match the rest of the code.

lib/http_negotiate.c

index 5127e64800dea92918fc561c2a6e069815dffce2..0bbe4364f68ed1e2a7db5fb16d881ae4bed48bdd 100644 (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,