gssapi.c: Simplified the function.

Removed the parameters that were common to all our invocation.
This commit is contained in:
Julien Chaffraix
2011-06-10 08:26:34 -07:00
parent 20485a4885
commit 2af0287856
5 changed files with 15 additions and 45 deletions

View File

@@ -232,17 +232,11 @@ krb5_auth(void *app_data, struct connectdata *conn)
gss_release_buffer(&min, &output_buffer);
ret = AUTH_OK;
maj = Curl_gss_init_sec_context(&min,
GSS_C_NO_CREDENTIAL,
context,
gssname,
GSS_C_NO_OID,
GSS_C_MUTUAL_FLAG | GSS_C_REPLAY_FLAG,
0,
&chan,
gssresp,
NULL,
&output_buffer,
NULL,
NULL);
if(gssresp) {