svn commit: samba r25225 - in branches: SAMBA_3_2/source/rpc_client SAMBA_3_2_0/source/rpc_client

obnox at samba.org obnox at samba.org
Wed Sep 19 12:05:47 GMT 2007


Author: obnox
Date: 2007-09-19 12:05:47 +0000 (Wed, 19 Sep 2007)
New Revision: 25225

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

Log:
Add a debug message.

Michael


Modified:
   branches/SAMBA_3_2/source/rpc_client/cli_lsarpc.c
   branches/SAMBA_3_2_0/source/rpc_client/cli_lsarpc.c


Changeset:
Modified: branches/SAMBA_3_2/source/rpc_client/cli_lsarpc.c
===================================================================
--- branches/SAMBA_3_2/source/rpc_client/cli_lsarpc.c	2007-09-19 12:03:02 UTC (rev 25224)
+++ branches/SAMBA_3_2/source/rpc_client/cli_lsarpc.c	2007-09-19 12:05:47 UTC (rev 25225)
@@ -171,6 +171,9 @@
 			lsa_io_r_lookup_sids,
 			NT_STATUS_UNSUCCESSFUL );
 
+	DEBUG(10, ("LSA_LOOKUPSIDS returned '%s', mapped count = %d'\n",
+		   nt_errstr(r.status), r.mapped_count));
+
 	if (!NT_STATUS_IS_OK(r.status) &&
 	    !NT_STATUS_EQUAL(r.status, NT_STATUS_NONE_MAPPED) &&
 	    !NT_STATUS_EQUAL(r.status, STATUS_SOME_UNMAPPED)) 

Modified: branches/SAMBA_3_2_0/source/rpc_client/cli_lsarpc.c
===================================================================
--- branches/SAMBA_3_2_0/source/rpc_client/cli_lsarpc.c	2007-09-19 12:03:02 UTC (rev 25224)
+++ branches/SAMBA_3_2_0/source/rpc_client/cli_lsarpc.c	2007-09-19 12:05:47 UTC (rev 25225)
@@ -171,6 +171,9 @@
 			lsa_io_r_lookup_sids,
 			NT_STATUS_UNSUCCESSFUL );
 
+	DEBUG(10, ("LSA_LOOKUPSIDS returned '%s', mapped count = %d'\n",
+		   nt_errstr(r.status), r.mapped_count));
+
 	if (!NT_STATUS_IS_OK(r.status) &&
 	    !NT_STATUS_EQUAL(r.status, NT_STATUS_NONE_MAPPED) &&
 	    !NT_STATUS_EQUAL(r.status, STATUS_SOME_UNMAPPED)) 



More information about the samba-cvs mailing list