summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-08-15 08:17:22 +0200
committerVolker Lendecke <vl@samba.org>2017-10-22 17:46:15 +0200
commit0bd5d7bcbeebed9308bedf5c3854be37d9d33f72 (patch)
tree1649c2ea3a1228dc70bdd82a2dff59ebd8032bea /source4/librpc
parentabcb98343020d771ce1ae99f034b137fbce0d2b3 (diff)
downloadsamba-0bd5d7bcbeebed9308bedf5c3854be37d9d33f72.tar.gz
nfs4acls: Don't generate an interface table for nfs4acls.idl
Nobody uses the function nfs4acl_test. It took a while to figure out how to get this to build. The "uuid" line in the idl file triggers pidl to generate the function table entry, which in turn then triggers tables.pl to register this interface ./bin/default/source4/librpc/gen_ndr/tables.c. We could for example do the same with xattr_parse_DOSATTRIB. Nobody uses this. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index a381a65e3fa..024e17682a6 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -110,7 +110,6 @@ bld.SAMBA_SUBSYSTEM('ndr-table',
NDR_FRSRPC
NDR_FRSAPI
NDR_FRSTRANS
- NDR_NFS4ACL
NDR_NTP_SIGND
NDR_DCOM
NDR_WMI