summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-04-13 05:50:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:31 -0500
commit63ddff3d7b59fef8c8f2340803b85cde33a49402 (patch)
treebf97774f6d6e74dc2091b40b8b0088a073bbda6f /source4/librpc/idl
parent481e80afc46d92be8e5c5c4325a9ef9ddb86c907 (diff)
downloadsamba-63ddff3d7b59fef8c8f2340803b85cde33a49402.tar.gz
samba-63ddff3d7b59fef8c8f2340803b85cde33a49402.tar.bz2
samba-63ddff3d7b59fef8c8f2340803b85cde33a49402.zip
r6323: added server side support for dgram NTLOGON requests. NT4 workstations can now login
to a Samba4 domain. (This used to be commit df146d64ebce6b462c08a1f30919390fcf8196cb)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/nbt.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl
index d7c89966f1..f6c491fe90 100644
--- a/source4/librpc/idl/nbt.idl
+++ b/source4/librpc/idl/nbt.idl
@@ -259,7 +259,7 @@
[value(strlen(r->mailslot_name)+1+r->data.length)]
uint16 byte_count;
astring mailslot_name;
- [flag(NDR_REMAINING)] DATA_BLOB data;
+ [flag(NDR_REMAINING)] DATA_BLOB data;
} smb_trans_body;
typedef [nodiscriminant] union {
@@ -435,5 +435,4 @@
nbt_ntlogon_command command;
[switch_is(command)] nbt_ntlogon_request req;
} nbt_ntlogon_packet;
-
}