]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Re-run make idl.
authorGünther Deschner <gd@samba.org>
Sun, 17 Feb 2008 01:56:09 +0000 (02:56 +0100)
committerGünther Deschner <gd@samba.org>
Sun, 17 Feb 2008 01:56:09 +0000 (02:56 +0100)
Guenther

source/librpc/gen_ndr/ndr_netlogon.c
source/librpc/gen_ndr/netlogon.h

index 3968bcd2ae7519edce31655f86fadcc30a192742..fb5c4603ee09b99a8fb39dbba17da64540781c85 100644 (file)
@@ -5714,6 +5714,7 @@ _PUBLIC_ void ndr_print_netr_LogonControlCode(struct ndr_print *ndr, const char
        const char *val = NULL;
 
        switch (r) {
+               case NETLOGON_CONTROL_SYNC: val = "NETLOGON_CONTROL_SYNC"; break;
                case NETLOGON_CONTROL_REDISCOVER: val = "NETLOGON_CONTROL_REDISCOVER"; break;
                case NETLOGON_CONTROL_TC_QUERY: val = "NETLOGON_CONTROL_TC_QUERY"; break;
                case NETLOGON_CONTROL_TRANSPORT_NOTIFY: val = "NETLOGON_CONTROL_TRANSPORT_NOTIFY"; break;
index bff2d91a03c4e21786037e89a3075560d1b7053e..058e5e7fb078c64df4b65b5e8c1fb201a105abde 100644 (file)
@@ -603,6 +603,7 @@ union netr_CONTROL_QUERY_INFORMATION {
 enum netr_LogonControlCode
 #ifndef USE_UINT_ENUMS
  {
+       NETLOGON_CONTROL_SYNC=2,
        NETLOGON_CONTROL_REDISCOVER=5,
        NETLOGON_CONTROL_TC_QUERY=6,
        NETLOGON_CONTROL_TRANSPORT_NOTIFY=7,
@@ -610,6 +611,7 @@ enum netr_LogonControlCode
 }
 #else
  { __donnot_use_enum_netr_LogonControlCode=0x7FFFFFFF}
+#define NETLOGON_CONTROL_SYNC ( 2 )
 #define NETLOGON_CONTROL_REDISCOVER ( 5 )
 #define NETLOGON_CONTROL_TC_QUERY ( 6 )
 #define NETLOGON_CONTROL_TRANSPORT_NOTIFY ( 7 )