diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-08-31 09:29:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:27 -0500 |
commit | 468fe3e5db069faf012831c2d8220c093ec5aaff (patch) | |
tree | 6f677cfc833011f536b5f1b9ec3785c33227c388 | |
parent | 5be4fe1737c80a665895898341514c5f62c2bffa (diff) | |
download | samba-468fe3e5db069faf012831c2d8220c093ec5aaff.tar.gz samba-468fe3e5db069faf012831c2d8220c093ec5aaff.tar.bz2 samba-468fe3e5db069faf012831c2d8220c093ec5aaff.zip |
r2128: netlogon DELTA_POLICY fix from rrenard
(This used to be commit 5ab362cede5b6b91af42247d7b0981f3e4b4d093)
-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 0d21357c19..d52fd2e757 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -454,7 +454,7 @@ interface netlogon netr_String primarydomainname; dom_sid2 *sid; netr_QUOTA_LIMITS quota_limits; - NTTIME db_modify_time; + uint64 sequence_num; NTTIME db_create_time; uint32 SecurityInformation; sec_desc_buf sdbuf; |