summaryrefslogtreecommitdiff
path: root/pidl/pidl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-08-05 13:29:56 +0200
committerStefan Metzmacher <metze@samba.org>2010-08-12 14:31:19 +0200
commit62297dff8f64de8ffa3fe4d2a7cd99d45173561d (patch)
tree9304c391ef41686311fafe8306cece2bb21fba63 /pidl/pidl
parent570eefc57a051166d99445a830b8d7e5ffbd86f7 (diff)
downloadsamba-62297dff8f64de8ffa3fe4d2a7cd99d45173561d.tar.gz
samba-62297dff8f64de8ffa3fe4d2a7cd99d45173561d.tar.bz2
samba-62297dff8f64de8ffa3fe4d2a7cd99d45173561d.zip
pidl:Samba4/NDR/Client: convert code to $self->pidl()
metze
Diffstat (limited to 'pidl/pidl')
-rwxr-xr-xpidl/pidl3
1 files changed, 2 insertions, 1 deletions
diff --git a/pidl/pidl b/pidl/pidl
index 394611ab53..c64ea959b1 100755
--- a/pidl/pidl
+++ b/pidl/pidl
@@ -698,7 +698,8 @@ sub process_file($)
my ($c_header) = $c_client;
$c_header =~ s/\.c$/.h/;
- my ($srcd,$hdrd) = Parse::Pidl::Samba4::NDR::Client::Parse(
+ my $generator = new Parse::Pidl::Samba4::NDR::Client();
+ my ($srcd,$hdrd) = $generator->Parse(
$ndr,$gen_header,$h_filename,$c_header);
FileSave($c_client, $srcd);