diff options
Diffstat (limited to 'source3/groupdb')
-rw-r--r-- | source3/groupdb/aliasdb.c | 2 | ||||
-rw-r--r-- | source3/groupdb/aliasfile.c | 1 | ||||
-rw-r--r-- | source3/groupdb/groupdb.c | 2 | ||||
-rw-r--r-- | source3/groupdb/groupfile.c | 1 | ||||
-rw-r--r-- | source3/groupdb/mapping.c | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/source3/groupdb/aliasdb.c b/source3/groupdb/aliasdb.c index 2c96e92ee1..62513b2e33 100644 --- a/source3/groupdb/aliasdb.c +++ b/source3/groupdb/aliasdb.c @@ -22,8 +22,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - extern fstring global_sam_name; /* diff --git a/source3/groupdb/aliasfile.c b/source3/groupdb/aliasfile.c index 7f07192c74..21c8a1a500 100644 --- a/source3/groupdb/aliasfile.c +++ b/source3/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/source3/groupdb/groupdb.c b/source3/groupdb/groupdb.c index 8b29a32423..69b4137472 100644 --- a/source3/groupdb/groupdb.c +++ b/source3/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/source3/groupdb/groupfile.c b/source3/groupdb/groupfile.c index f47eee555f..557ae92530 100644 --- a/source3/groupdb/groupfile.c +++ b/source3/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/source3/groupdb/mapping.c b/source3/groupdb/mapping.c index a6a63cbc2a..5173132af8 100644 --- a/source3/groupdb/mapping.c +++ b/source3/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 */ |