1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Revert "Wrap security_token_has_privilege() with a check for lp_enable_privileges(). Needed"

Not needed - privileges code prevents "enable privileges = no" from adding privileges
anyway.

This reverts commit a8b95686a7.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Oct 22 23:41:36 UTC 2010 on sn-devel-104
This commit is contained in:
Jeremy Allison
2010-10-22 15:58:40 -07:00
parent d46ca0eb80
commit 272feb7bd1
11 changed files with 29 additions and 38 deletions

View File

@ -3586,7 +3586,6 @@ char* lp_perfcount_module(void);
void lp_set_passdb_backend(const char *backend);
void widelinks_warning(int snum);
char *lp_ncalrpc_dir(void);
bool s3_security_token_has_privilege(const struct security_token *token, enum sec_privilege privilege);
/* The following definitions come from param/loadparm_server_role.c */