summaryrefslogtreecommitdiff
path: root/source4/pidl/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-25 18:27:32 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-25 18:27:32 +0200
commit01fd6886466f1976d30b4deba4fe224344f760c2 (patch)
tree8e75108ed4300843d4aad666329c37aa5ad8ace7 /source4/pidl/lib
parent3421691e69f84228a9bd149d760e394043db5b5c (diff)
downloadsamba-01fd6886466f1976d30b4deba4fe224344f760c2.tar.gz
samba-01fd6886466f1976d30b4deba4fe224344f760c2.tar.bz2
samba-01fd6886466f1976d30b4deba4fe224344f760c2.zip
Fix environment generation.
(This used to be commit 19b46b50c982eb01909fe31d5abd304a1dd13577)
Diffstat (limited to 'source4/pidl/lib')
-rw-r--r--source4/pidl/lib/Parse/Pidl/Samba4/Python.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba4/Python.pm b/source4/pidl/lib/Parse/Pidl/Samba4/Python.pm
index 0792e4fea3..720d066360 100644
--- a/source4/pidl/lib/Parse/Pidl/Samba4/Python.pm
+++ b/source4/pidl/lib/Parse/Pidl/Samba4/Python.pm
@@ -499,7 +499,7 @@ sub PythonFunctionPackIn($$$)
$self->pidl("}");
$self->pidl("");
- my $env = GenerateFunctionOutEnv($fn, "r->");
+ my $env = GenerateFunctionInEnv($fn, "r->");
my $fail = "return false;";
foreach my $e (@{$fn->{ELEMENTS}}) {