Rev 11523: Handle properties on tagged types in TDR. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Sun Feb 18 16:51:22 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11523
revision-id: jelmer at samba.org-20070218165112-edgr3gi0gg7aaqlj
parent: svn-v2:21431 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Sun 2007-02-18 17:51:12 +0100
message:
  Handle properties on tagged types in TDR.
modified:
  source/pidl/lib/Parse/Pidl/Samba4/TDR.pm svn-v2:12463 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fpidl%2flib%2fParse%2fPidl%2fSamba4%2fTDR.pm
=== modified file 'source/pidl/lib/Parse/Pidl/Samba4/TDR.pm'
--- a/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm	2007-01-05 20:52:12 +0000
+++ b/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm	2007-02-18 16:51:12 +0000
@@ -207,7 +207,7 @@
 
 	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



More information about the samba-cvs mailing list