svn commit: samba r11843 - in branches/SAMBA_4_0/source/torture/rpc: .

tridge at samba.org tridge at samba.org
Tue Nov 22 06:05:51 GMT 2005


Author: tridge
Date: 2005-11-22 06:05:50 +0000 (Tue, 22 Nov 2005)
New Revision: 11843

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

Log:

fixed a valgrind error in the RPC-SAMLOGON test

Modified:
   branches/SAMBA_4_0/source/torture/rpc/samlogon.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samlogon.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samlogon.c	2005-11-22 06:04:10 UTC (rev 11842)
+++ branches/SAMBA_4_0/source/torture/rpc/samlogon.c	2005-11-22 06:05:50 UTC (rev 11843)
@@ -1754,7 +1754,7 @@
 				ret = False;
 			}
 		
-			if (usercreds[ci].network_login) {
+			if (usercreds[0].network_login) {
 				if (!test_SamLogon(p, mem_ctx, creds,
 						   usercreds[0].comment,
 						   usercreds[0].domain,



More information about the samba-cvs mailing list