diff options
author | Jeremy Allison <jra@samba.org> | 2010-10-22 15:58:40 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-10-22 23:41:36 +0000 |
commit | 272feb7bd133344e88864ffc75d251451ddd681c (patch) | |
tree | afde6cf4f229d0e2611af14be1210d9b33b2a31a /source3/include | |
parent | d46ca0eb801f2664cedb17c50a9a94e58ebdb0b6 (diff) | |
download | samba-272feb7bd133344e88864ffc75d251451ddd681c.tar.gz samba-272feb7bd133344e88864ffc75d251451ddd681c.tar.bz2 samba-272feb7bd133344e88864ffc75d251451ddd681c.zip |
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 a8b95686a7bde3f96f141b6938e24e101567ef54.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Oct 22 23:41:36 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 304fdb48ae..6ce27b8200 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -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 */ |