From e87f589f00a24b312f9e987ebcb5d998360800b8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 12 Jul 2005 09:40:34 +0000 Subject: r8368: the type filed depends on the user being present or not call ndr_print for each call metze (This used to be commit 0a07e4ef8d869d35ceb0761495e367077f2361ba) --- source4/librpc/idl/nbt.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl index db6dad9524..fe41549327 100644 --- a/source4/librpc/idl/nbt.idl +++ b/source4/librpc/idl/nbt.idl @@ -454,7 +454,7 @@ quite identical to, the netlogon structures above */ typedef struct { - [value(21)] uint16 type; + uint16 type; nstring pdc_name; nstring user_name; nstring domain_name; @@ -464,7 +464,7 @@ } nbt_cldap_netlogon_1; typedef struct { - [value(21)] uint16 type; + uint16 type; nstring pdc_name; nstring user_name; nstring domain_name; @@ -481,7 +481,7 @@ } nbt_cldap_netlogon_3; typedef struct { - [value(25)] uint32 type; + uint32 type; nbt_server_type server_type; GUID domain_uuid; nbt_string forest; @@ -498,7 +498,7 @@ } nbt_cldap_netlogon_5; typedef struct { - [value(25)] uint32 type; + uint32 type; nbt_server_type server_type; GUID domain_uuid; nbt_string forest; -- cgit