From 468fe3e5db069faf012831c2d8220c093ec5aaff Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 31 Aug 2004 09:29:51 +0000 Subject: r2128: netlogon DELTA_POLICY fix from rrenard (This used to be commit 5ab362cede5b6b91af42247d7b0981f3e4b4d093) --- source4/librpc/idl/netlogon.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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; -- cgit