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

r25789: print out what error happened...

metze
(This used to be commit cca080f530)
This commit is contained in:
Stefan Metzmacher 2007-11-02 08:16:32 +01:00
parent b98169884b
commit 8fc7df10fb

View File

@ -187,8 +187,8 @@ krb5_error_code samba_kdc_reget_pac(void *priv, krb5_context context,
nt_status = ndr_pull_struct_blob(&pac_in, mem_ctx, &logon_info,
(ndr_pull_flags_fn_t)ndr_pull_PAC_LOGON_INFO_CTR);
if (!NT_STATUS_IS_OK(nt_status) || !logon_info.info) {
DEBUG(0,("can't parse the PAC LOGON_INFO: %s\n", nt_errstr(nt_status)));
talloc_free(mem_ctx);
DEBUG(0,("can't parse the PAC LOGON_INFO\n"));
return EINVAL;
}