svn commit: samba r25789 - in branches/SAMBA_4_0/source/kdc: .

metze at samba.org metze at samba.org
Fri Nov 2 08:16:33 GMT 2007


Author: metze
Date: 2007-11-02 08:16:32 +0000 (Fri, 02 Nov 2007)
New Revision: 25789

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25789

Log:
print out what error happened...

metze
Modified:
   branches/SAMBA_4_0/source/kdc/pac-glue.c


Changeset:
Modified: branches/SAMBA_4_0/source/kdc/pac-glue.c
===================================================================
--- branches/SAMBA_4_0/source/kdc/pac-glue.c	2007-11-02 03:39:24 UTC (rev 25788)
+++ branches/SAMBA_4_0/source/kdc/pac-glue.c	2007-11-02 08:16:32 UTC (rev 25789)
@@ -187,8 +187,8 @@
 	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;
 	}
 



More information about the samba-cvs mailing list