summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-06-10 12:27:05 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-06-10 12:27:05 +0000
commit959ff024daf61b86ec1d487582dd663ab95d24d1 (patch)
tree038527c468681641e253db71dd6d61b93f5ec3fb /source3/lib
parent97a8dd6d9a3cf9351b4e636c4c8d1907080df9f8 (diff)
downloadsamba-959ff024daf61b86ec1d487582dd663ab95d24d1.tar.gz
samba-959ff024daf61b86ec1d487582dd663ab95d24d1.tar.bz2
samba-959ff024daf61b86ec1d487582dd663ab95d24d1.zip
Remove "sids.h" as it really wasn't being used anywhere, and was exporting
the (now static) global_sam_sid. The only place it was being used was to return global_sid_NULL to some uid->sid functions - and I'm not convinced this is correct in any case. Andrew Bartlett (This used to be commit e2a76a7fc94dd59c09bba3cda91446fad9f8c0e0)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/util_seaccess.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/util_seaccess.c b/source3/lib/util_seaccess.c
index 8ed266aced..9fdf03adfc 100644
--- a/source3/lib/util_seaccess.c
+++ b/source3/lib/util_seaccess.c
@@ -20,8 +20,6 @@
*/
#include "includes.h"
-#include "nterr.h"
-#include "sids.h"
/**********************************************************************************
Check if this ACE has a SID in common with the token.