summaryrefslogtreecommitdiff
path: root/source4/build/pidl/client.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-01 21:10:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:11 -0500
commit9f14afa12c11d02a49f4f310c3f8d834ce8a835d (patch)
tree7d87a19e9ec61e31584a7d903bed974e2d73770a /source4/build/pidl/client.pm
parent652b8b34f8b326f79771b03e039cfa3c6ba3427e (diff)
downloadsamba-9f14afa12c11d02a49f4f310c3f8d834ce8a835d.tar.gz
samba-9f14afa12c11d02a49f4f310c3f8d834ce8a835d.tar.bz2
samba-9f14afa12c11d02a49f4f310c3f8d834ce8a835d.zip
r3442: Add support for the "call_as" and "local" attributes.
(This used to be commit 8e25117103b0339441bc6328176ed34034005528)
Diffstat (limited to 'source4/build/pidl/client.pm')
-rw-r--r--source4/build/pidl/client.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/pidl/client.pm b/source4/build/pidl/client.pm
index 13939c3372..c2c2c622ae 100644
--- a/source4/build/pidl/client.pm
+++ b/source4/build/pidl/client.pm
@@ -17,6 +17,8 @@ sub ParseFunction($)
my $name = $fn->{NAME};
my $uname = uc $name;
+ return if (util::has_property($fn, "local"));
+
$res .=
"
struct rpc_request *dcerpc_$name\_send(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, struct $name *r)