svn commit: samba r8986 - in branches/SAMBA_4_0/source/librpc/idl: .

abartlet at samba.org abartlet at samba.org
Wed Aug 3 05:29:35 GMT 2005


Author: abartlet
Date: 2005-08-03 05:29:34 +0000 (Wed, 03 Aug 2005)
New Revision: 8986

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

Log:
As far as I can tell, given the ldif I get from behind this, we have a
signed NTTIME here.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/librpc/idl/netlogon.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/netlogon.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/netlogon.idl	2005-08-03 05:28:08 UTC (rev 8985)
+++ branches/SAMBA_4_0/source/librpc/idl/netlogon.idl	2005-08-03 05:29:34 UTC (rev 8986)
@@ -389,7 +389,7 @@
 	typedef struct {
 		lsa_String domain_name;
 		lsa_String comment;
-		NTTIME force_logoff_time;
+		dlong force_logoff_time;
 		uint16 min_password_length;
 		uint16 password_history_length;
 		/* yes, these are signed. They are in negative 100ns */



More information about the samba-cvs mailing list