From: Günther Deschner Date: Sun, 17 Feb 2008 01:55:22 +0000 (+0100) Subject: Add sync netr_LogonControlCode from samba3. X-Git-Tag: samba-3.2.0pre2~37^2~160^2~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=584b2453530deeaa0260d78818fbcf30cea5b702;p=thirdparty%2Fsamba.git Add sync netr_LogonControlCode from samba3. Guenther --- diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl index 6095160ec7a..59797017035 100644 --- a/source/librpc/idl/netlogon.idl +++ b/source/librpc/idl/netlogon.idl @@ -798,6 +798,7 @@ interface netlogon /* function_code values */ typedef [v1_enum] enum { + NETLOGON_CONTROL_SYNC = 2, NETLOGON_CONTROL_REDISCOVER = 5, NETLOGON_CONTROL_TC_QUERY = 6, NETLOGON_CONTROL_TRANSPORT_NOTIFY = 7,