summaryrefslogtreecommitdiffstats
path: root/source/groupdb
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-10-02 04:29:50 +0000
committerTim Potter <tpot@samba.org>2001-10-02 04:29:50 +0000
commit2d0922b0eabfdc0aaf1d0797482fef47ed7fde8e (patch)
tree2924652f49184b35d2371548b5ab35f0ce53fd63 /source/groupdb
parentf9eb370806002eea0658f072988d96fca71bf18f (diff)
downloadsamba-2d0922b0eabfdc0aaf1d0797482fef47ed7fde8e.tar.gz
samba-2d0922b0eabfdc0aaf1d0797482fef47ed7fde8e.tar.xz
samba-2d0922b0eabfdc0aaf1d0797482fef47ed7fde8e.zip
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Diffstat (limited to 'source/groupdb')
-rw-r--r--source/groupdb/aliasdb.c2
-rw-r--r--source/groupdb/aliasfile.c1
-rw-r--r--source/groupdb/groupdb.c2
-rw-r--r--source/groupdb/groupfile.c1
-rw-r--r--source/groupdb/mapping.c1
5 files changed, 0 insertions, 7 deletions
diff --git a/source/groupdb/aliasdb.c b/source/groupdb/aliasdb.c
index 2c96e92ee10..62513b2e33d 100644
--- a/source/groupdb/aliasdb.c
+++ b/source/groupdb/aliasdb.c
@@ -22,8 +22,6 @@
#include "includes.h"
-extern int DEBUGLEVEL;
-
extern fstring global_sam_name;
/*
diff --git a/source/groupdb/aliasfile.c b/source/groupdb/aliasfile.c
index 7f07192c748..21c8a1a5001 100644
--- a/source/groupdb/aliasfile.c
+++ b/source/groupdb/aliasfile.c
@@ -22,7 +22,6 @@
#ifdef USE_SMBPASS_DB
static int al_file_lock_depth = 0;
-extern int DEBUGLEVEL;
static char s_readbuf[1024];
diff --git a/source/groupdb/groupdb.c b/source/groupdb/groupdb.c
index 8b29a324236..69b4137472f 100644
--- a/source/groupdb/groupdb.c
+++ b/source/groupdb/groupdb.c
@@ -22,8 +22,6 @@
#include "includes.h"
-extern int DEBUGLEVEL;
-
/*
* NOTE. All these functions are abstracted into a structure
* that points to the correct function for the selected database. JRA.
diff --git a/source/groupdb/groupfile.c b/source/groupdb/groupfile.c
index f47eee555ff..557ae92530f 100644
--- a/source/groupdb/groupfile.c
+++ b/source/groupdb/groupfile.c
@@ -22,7 +22,6 @@
#ifdef USE_SMBPASS_DB
static int gp_file_lock_depth = 0;
-extern int DEBUGLEVEL;
static char s_readbuf[1024];
diff --git a/source/groupdb/mapping.c b/source/groupdb/mapping.c
index a6a63cbc2a8..5173132af89 100644
--- a/source/groupdb/mapping.c
+++ b/source/groupdb/mapping.c
@@ -22,7 +22,6 @@
#include "includes.h"
-extern int DEBUGLEVEL;
extern DOM_SID global_sam_sid;
static TDB_CONTEXT *tdb; /* used for driver files */