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

jmcd at samba.org jmcd at samba.org
Tue May 29 21:50:21 GMT 2007


Author: jmcd
Date: 2007-05-29 21:50:17 +0000 (Tue, 29 May 2007)
New Revision: 23231

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

Log:
Fix make test on build farm for 64-bit hosts.  There's no reason this should
be any different for 64-bit hosts, but we probably are lucking out on other
fields here as well.  The "fields_present" field shouldn't just be copied
from usrmgr traces, because it indicates which fields should be set, and
in this case, we were setting the kickoff time (NOT the expired time) to some
random date.

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


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c	2007-05-29 20:12:48 UTC (rev 23230)
+++ branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c	2007-05-29 21:50:17 UTC (rev 23231)
@@ -582,6 +582,7 @@
 		qui.out.info->info21.force_password_change = 0;
 		qui.out.info->info21.account_name.string = NULL;
 		qui.out.info->info21.rid = 0;
+		qui.out.info->info21.acct_expiry = 0;
 		qui.out.info->info21.fields_present = 0x81827fa; /* copy usrmgr.exe */
 
 		u_info.info21 = qui.out.info->info21;



More information about the samba-cvs mailing list