1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r22355: Ensure we get good debug messages from gss_XX calls.

Jeremy.
(This used to be commit fe36fc79dd)
This commit is contained in:
Jeremy Allison 2007-04-19 01:20:37 +00:00 committed by Gerald (Jerry) Carter
parent f7fc540d84
commit e8d19d5e1a

View File

@ -533,6 +533,9 @@ static NTSTATUS make_cli_gss_blob(struct smb_trans_enc_state *es,
status = map_nt_error_from_gss(ret, min);
if (!NT_STATUS_IS_OK(status) && !NT_STATUS_EQUAL(status,NT_STATUS_MORE_PROCESSING_REQUIRED)) {
ADS_STATUS adss = ADS_ERROR_GSS(ret, min);
DEBUG(10,("make_cli_gss_blob: gss_init_sec_context failed with %s\n",
ads_errstr(adss)));
goto fail;
}