mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
r6612: fix the build
metze (This used to be commit a1c7fe2578810d7c2b3c44e8271765468d0fcaee)
This commit is contained in:
parent
c531b7f66c
commit
a0cb1b0a5f
@ -38,7 +38,8 @@ REQUIRED_SUBSYSTEMS = \
|
||||
CONFIG \
|
||||
LIBCMDLINE \
|
||||
LIBBASIC \
|
||||
LIBRPC
|
||||
LIBRPC \
|
||||
NDR_XATTR
|
||||
# End BINARY getntacl
|
||||
#################################
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user