No reply in non-MUTUAL mode, but we don't know that its non-MUTUAL

mode yet, thats inside the 8003 checksum.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23433 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-07-26 18:44:26 +00:00
parent 59bb0003e1
commit f9dc9da0a9

View File

@@ -383,12 +383,10 @@ gsskrb5_acceptor_start(OM_uint32 * minor_status,
in, &out);
krb5_rd_req_in_ctx_free(context, in);
if (kret) {
/* No reply in not-MUTUAL mode */
if (0 && !(ctx->flags & GSS_C_MUTUAL_FLAG)) {
ret = GSS_S_FAILURE;
*minor_status = kret;
return ret;
}
/*
* No reply in non-MUTUAL mode, but we don't know that its
* non-MUTUAL mode yet, thats inside the 8003 checksum.
*/
return send_error_token(minor_status, context, kret,
server, &indata, output_token);
}