nbt.idl: don't use astring15 anymore and use an charset() array
authorStefan Metzmacher <metze@samba.org>
Tue, 12 Feb 2008 15:14:43 +0000 (16:14 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 12 Feb 2008 15:14:43 +0000 (16:14 +0100)
metze

source/librpc/idl/nbt.idl

index d4c2bf1ad096e49117278521f837a660e27b13f4..17304bfa0de01b7eb250a29b86a51100c6855ea3 100644 (file)
@@ -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;