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:
parent
b680fd180b
commit
6488e03f44
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user