summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/Compat.pm
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-13 07:53:07 +1000
committerGünther Deschner <gd@samba.org>2010-05-18 17:17:29 +0200
commitf5f184a77cfe83498d6e55f10fdf79ca37229696 (patch)
tree946b005e17cc85d4a2123653e7f113d7ebc00f24 /pidl/lib/Parse/Pidl/Compat.pm
parent0953087f82ddbd580e9807e0e8d780e78686c03c (diff)
downloadsamba-f5f184a77cfe83498d6e55f10fdf79ca37229696.tar.gz
samba-f5f184a77cfe83498d6e55f10fdf79ca37229696.tar.bz2
samba-f5f184a77cfe83498d6e55f10fdf79ca37229696.zip
pidl: Allow new property 'no_srv_register'.
This Samba-only property prevents pild from emitting the rpc_wbint_init function, which causes problems because it needs rpc_srv_register(). Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'pidl/lib/Parse/Pidl/Compat.pm')
-rw-r--r--pidl/lib/Parse/Pidl/Compat.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/pidl/lib/Parse/Pidl/Compat.pm b/pidl/lib/Parse/Pidl/Compat.pm
index 66f3c5fffd..b8abcb8819 100644
--- a/pidl/lib/Parse/Pidl/Compat.pm
+++ b/pidl/lib/Parse/Pidl/Compat.pm
@@ -19,6 +19,7 @@ my %supported_properties = (
"uuid" => ["INTERFACE"],
"endpoint" => ["INTERFACE"],
"pointer_default" => ["INTERFACE"],
+ "no_srv_register" => ["INTERFACE"],
# dcom
"object" => ["INTERFACE"],