summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/nbt.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-12 22:15:06 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-12 22:15:06 +0100
commit7c5c3844b8451d5990688df4d576cc39a043e5b0 (patch)
treee82988f307829da9dbeb52f7987021d2aafe4d82 /source4/librpc/idl/nbt.idl
parent04aef38453ff977bf260546545e968fce3ddd599 (diff)
parentbe25cdebcbdd0c26050076629d4edfbababe2852 (diff)
downloadsamba-7c5c3844b8451d5990688df4d576cc39a043e5b0.tar.gz
samba-7c5c3844b8451d5990688df4d576cc39a043e5b0.tar.bz2
samba-7c5c3844b8451d5990688df4d576cc39a043e5b0.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
(This used to be commit 842b4969cd08a8acc5584cfdcf1aaf8a751e4fa3)
Diffstat (limited to 'source4/librpc/idl/nbt.idl')
-rw-r--r--source4/librpc/idl/nbt.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl
index d4c2bf1ad0..17304bfa0d 100644
--- a/source4/librpc/idl/nbt.idl
+++ b/source4/librpc/idl/nbt.idl
@@ -143,7 +143,7 @@ interface nbt
} nbt_statistics;
typedef struct {
- astring15 name;
+ [charset(DOS)] uint8 name[15];
nbt_name_type type;
nb_flags nb_flags;
} nbt_status_name;