summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/utils/config.mk3
-rw-r--r--source4/utils/getntacl.c8
2 files changed, 2 insertions, 9 deletions
diff --git a/source4/utils/config.mk b/source4/utils/config.mk
index 0d220c7c60..58aafe3c24 100644
--- a/source4/utils/config.mk
+++ b/source4/utils/config.mk
@@ -38,7 +38,8 @@ REQUIRED_SUBSYSTEMS = \
CONFIG \
LIBCMDLINE \
LIBBASIC \
- LIBRPC
+ LIBRPC \
+ NDR_XATTR
# End BINARY getntacl
#################################
diff --git a/source4/utils/getntacl.c b/source4/utils/getntacl.c
index 8d857d206a..fe1d6adea0 100644
--- a/source4/utils/getntacl.c
+++ b/source4/utils/getntacl.c
@@ -27,14 +27,6 @@
#if HAVE_XATTR_SUPPORT
-/* eww - crappy dependencies */
-
-NTSTATUS samdb_privilege_setup(struct security_token *token)
-{
- token->privilege_mask = 0;
- return NT_STATUS_OK;
-}
-
static void ntacl_print_debug_helper(struct ndr_print *ndr, const char *format, ...) _PRINTF_ATTRIBUTE(2,3)
{
va_list ap;