summaryrefslogtreecommitdiffstats
path: root/source/groupdb
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-04-09 11:46:40 +0000
committerVolker Lendecke <vlendec@samba.org>2005-04-09 11:46:40 +0000
commit836b6dcffa091b407b4e6120d34a60cde4665869 (patch)
treef269eee2221d89d7a3f6000f13c73a633ede9e30 /source/groupdb
parent549b8bc455145e48e1d28cf6830f1835fac00619 (diff)
downloadsamba-836b6dcffa091b407b4e6120d34a60cde4665869.tar.gz
samba-836b6dcffa091b407b4e6120d34a60cde4665869.tar.xz
samba-836b6dcffa091b407b4e6120d34a60cde4665869.zip
r6263: Get rid of generate_wellknown_sids, they are const static and initializable
statically. Volker
Diffstat (limited to 'source/groupdb')
-rw-r--r--source/groupdb/mapping.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/groupdb/mapping.c b/source/groupdb/mapping.c
index d02c5120541..6e9d9b8e6cf 100644
--- a/source/groupdb/mapping.c
+++ b/source/groupdb/mapping.c
@@ -21,8 +21,6 @@
#include "includes.h"
-extern DOM_SID global_sid_Builtin;
-
static TDB_CONTEXT *tdb; /* used for driver files */
#define DATABASE_VERSION_V1 1 /* native byte format. */