summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-07-12 09:40:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:20:12 -0500
commite87f589f00a24b312f9e987ebcb5d998360800b8 (patch)
treef98656510facd84f6a42f2f3b4fb7ca2c2ac09a3 /source4/librpc/idl
parentbab3e5d6ce4546988f3807828c6a1533c2dd991e (diff)
downloadsamba-e87f589f00a24b312f9e987ebcb5d998360800b8.tar.gz
samba-e87f589f00a24b312f9e987ebcb5d998360800b8.tar.bz2
samba-e87f589f00a24b312f9e987ebcb5d998360800b8.zip
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)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/nbt.idl8
1 files changed, 4 insertions, 4 deletions
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;