mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
r21432: Handle properties on tagged types in TDR.
This commit is contained in:
parent
a91e624af2
commit
0d739c7e98
@ -207,7 +207,7 @@ sub ParserTypedef($$)
|
||||
|
||||
return if (has_property($e, "no$t"));
|
||||
|
||||
$e->{DATA}->{PROPERTIES} = $e->{PROPERTIES};
|
||||
$e->{PROPERTIES} = $e->{DATA}->{PROPERTIES};
|
||||
|
||||
{ STRUCT => \&ParserStruct, UNION => \&ParserUnion,
|
||||
ENUM => \&ParserEnum, BITMAP => \&ParserBitmap
|
||||
|
Loading…
x
Reference in New Issue
Block a user