diff options
author | Tim Potter <tpot@samba.org> | 2001-10-02 04:29:50 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-10-02 04:29:50 +0000 |
commit | dc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65 (patch) | |
tree | 83a3403e03874796587b5ea0fe75e72d89e6eae6 /source3/groupdb | |
parent | 260002f0e78148dc1aff093c9b42138dff88bf36 (diff) | |
download | samba-dc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65.tar.gz samba-dc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65.tar.bz2 samba-dc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65.zip |
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
(This used to be commit 2d0922b0eabfdc0aaf1d0797482fef47ed7fde8e)
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 */ |