summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/NDR.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/NDR.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/NDR.pm')
-rw-r--r--pidl/lib/Parse/Pidl/NDR.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/NDR.pm b/pidl/lib/Parse/Pidl/NDR.pm
index 3d91f3ad79..a875ec8756 100644
--- a/pidl/lib/Parse/Pidl/NDR.pm
+++ b/pidl/lib/Parse/Pidl/NDR.pm
@@ -882,7 +882,8 @@ my %property_list = (
"helper" => ["INTERFACE"],
"pyhelper" => ["INTERFACE"],
"authservice" => ["INTERFACE"],
- "restricted" => ["INTERFACE"],
+ "restricted" => ["INTERFACE"],
+ "no_srv_register" => ["INTERFACE"],
# dcom
"object" => ["INTERFACE"],