drsblobs.idl: rename unknown1 -> reserved
authorStefan Metzmacher <metze@samba.org>
Wed, 23 Jul 2008 11:53:03 +0000 (13:53 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 23 Jul 2008 20:38:17 +0000 (22:38 +0200)
metze
(This used to be commit fb0379aede4665987679c2e1b5ae943f124804b6)

source3/librpc/idl/drsblobs.idl

index 03cd19058063100729b76b18b0aff8fc57b44b35..7962ef977ceca09aefd05666570f25bd6853c8b9 100644 (file)
@@ -205,7 +205,7 @@ interface drsblobs {
        typedef struct {
                [value(2*strlen_m(name))] uint16 name_len;
                [value(strlen(data))] uint16 data_len;
-               uint16 unknown1; /* 2 for name = 'Packages', 1 for name = 'Primary:*' */
+               uint16 reserved; /* 2 for 'Packages', 1 for 'Primary:*', but should be ignored */
                [charset(UTF16)] uint8 name[name_len];
                /*
                 * the data field contains data as HEX strings