1
0
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:
Jelmer Vernooij 2007-02-18 16:54:54 +00:00 committed by Gerald (Jerry) Carter
parent a91e624af2
commit 0d739c7e98

View File

@ -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