diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-08-03 05:29:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:04 -0500 |
commit | 2af19867d42e26e761181f05245e3d82a4e8a5d4 (patch) | |
tree | cb5df50325abc9861dd327c6e0fc697d14cc2319 /source4/librpc/idl | |
parent | 7facdcc161b75c7a3a85a0f6380f5b83394183c4 (diff) | |
download | samba-2af19867d42e26e761181f05245e3d82a4e8a5d4.tar.gz samba-2af19867d42e26e761181f05245e3d82a4e8a5d4.tar.bz2 samba-2af19867d42e26e761181f05245e3d82a4e8a5d4.zip |
r8986: As far as I can tell, given the ldif I get from behind this, we have a
signed NTTIME here.
Andrew Bartlett
(This used to be commit 57b703a9d5c26ad410125b15587a52129a41fb91)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 48fd1e69dd..4730fba56a 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -389,7 +389,7 @@ interface netlogon 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 */ |