r21432: Handle properties on tagged types in TDR.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 18 Feb 2007 16:54:54 +0000 (16:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:33 +0000 (14:48 -0500)
(This used to be commit 0d739c7e9807682cd5bc433c3e4f2d4bbe4f1b69)

source4/pidl/lib/Parse/Pidl/Samba4/TDR.pm

index a3e8d3470b92ddfdd8edfc531c90da7c4595e45f..cde5da2b6b30de5d0411e7d768f56f9e4ca4dc13 100644 (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