lib/gssapi/krb5: don't ignore _gsskrb5_decapsulate() result in init_sec_context responses

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15603

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Stefan Metzmacher
2024-03-11 14:12:46 +01:00
committed by Jeffrey Altman
parent 99a53d76e6
commit 2262e19a40

View File

@@ -794,6 +794,9 @@ repl_mutual
return GSS_S_FAILURE;
}
}
if (ret != GSS_S_COMPLETE) {
return ret;
}
kret = krb5_rd_rep (context,
ctx->auth_context,
&indata,