]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
security.idl: drop claim v1 reserved field
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 12 Sep 2023 01:51:37 +0000 (13:51 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 26 Sep 2023 23:45:35 +0000 (23:45 +0000)
It isn't used and ended up filled with junk. The alignment works out.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/security.idl

index de412f389d715412ef13e36a7e4ce66a192ebe6f..b19a8cbcf58456faeb43dd10ecfc72b74317a4ac 100644 (file)
@@ -651,7 +651,6 @@ interface security
        typedef [public,gensize] struct {
                [relative] nstring *name;
                uint16 value_type;
-               uint16 _reserved;
                uint32 flags;
                uint32 value_count;
                [switch_is(value_type)] claim_values values[value_count];