summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Samba3/Types.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-04 19:38:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:24 -0500
commit9879bc6aa6c7997220079b3501b9a4fb3682c813 (patch)
treea447269ee5ecdbbfe9e62a04bf724e4bba896355 /source4/pidl/lib/Parse/Pidl/Samba3/Types.pm
parenteea74cde05c1532d59b9f8ecc4f88c191a4b200f (diff)
downloadsamba-9879bc6aa6c7997220079b3501b9a4fb3682c813.tar.gz
samba-9879bc6aa6c7997220079b3501b9a4fb3682c813.tar.bz2
samba-9879bc6aa6c7997220079b3501b9a4fb3682c813.zip
r10717: Another bunch of small updates. All generated files except parse_dfs.c
compile now when generated from Samba4's dfs.idl. (This used to be commit 2b315b1942e77640eca8e0a3347b2a9ed1920f6a)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Samba3/Types.pm')
-rw-r--r--source4/pidl/lib/Parse/Pidl/Samba3/Types.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba3/Types.pm b/source4/pidl/lib/Parse/Pidl/Samba3/Types.pm
index f93e90fe1f..c09246e5a9 100644
--- a/source4/pidl/lib/Parse/Pidl/Samba3/Types.pm
+++ b/source4/pidl/lib/Parse/Pidl/Samba3/Types.pm
@@ -268,7 +268,7 @@ sub LoadTypes($)
DECL => uc("$if->{NAME}_$td->{NAME}"),
INIT => sub {
my ($e,$l,$n,$v) = @_;
- return "init_$td->{NAME}(&$n/*FIXME:OTHER ARGS*/);";
+ return "$n = $v;";
},
DISSECT => sub {
my ($e,$l,$n) = @_;