summaryrefslogtreecommitdiffstats
path: root/source/passdb
diff options
context:
space:
mode:
Diffstat (limited to 'source/passdb')
-rw-r--r--source/passdb/pampass.c2
-rw-r--r--source/passdb/pass_check.c2
-rw-r--r--source/passdb/passdb.c2
-rw-r--r--source/passdb/passgrp.c2
-rw-r--r--source/passdb/pdb_ldap.c2
-rw-r--r--source/passdb/pdb_smbpasswd.c1
-rw-r--r--source/passdb/smbpass.c1
-rw-r--r--source/passdb/smbpassfile.c1
-rw-r--r--source/passdb/smbpassgroup.c1
9 files changed, 0 insertions, 14 deletions
diff --git a/source/passdb/pampass.c b/source/passdb/pampass.c
index dd9d38f66c3..4419c4d4f6c 100644
--- a/source/passdb/pampass.c
+++ b/source/passdb/pampass.c
@@ -30,8 +30,6 @@
#include "includes.h"
-extern int DEBUGLEVEL;
-
#ifdef WITH_PAM
/*******************************************************************
diff --git a/source/passdb/pass_check.c b/source/passdb/pass_check.c
index 76e069f5864..6ed41e20c6a 100644
--- a/source/passdb/pass_check.c
+++ b/source/passdb/pass_check.c
@@ -24,8 +24,6 @@
#include "includes.h"
-extern int DEBUGLEVEL;
-
/* these are kept here to keep the string_combinations function simple */
static fstring this_user;
static fstring this_salt;
diff --git a/source/passdb/passdb.c b/source/passdb/passdb.c
index 37da884a67f..00b62455578 100644
--- a/source/passdb/passdb.c
+++ b/source/passdb/passdb.c
@@ -23,8 +23,6 @@
#include "includes.h"
-extern int DEBUGLEVEL;
-
/*
* This is set on startup - it defines the SID for this
* machine, and therefore the SAM database for which it is
diff --git a/source/passdb/passgrp.c b/source/passdb/passgrp.c
index 399a45d8a9a..fe5b181e33c 100644
--- a/source/passdb/passgrp.c
+++ b/source/passdb/passgrp.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/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c
index 1a1dc0915ea..d44a6133f37 100644
--- a/source/passdb/pdb_ldap.c
+++ b/source/passdb/pdb_ldap.c
@@ -51,8 +51,6 @@
#define SAM_ACCOUNT struct sam_passwd
#endif
-extern int DEBUGLEVEL;
-
struct ldap_enum_info
{
LDAP *ldap_struct;
diff --git a/source/passdb/pdb_smbpasswd.c b/source/passdb/pdb_smbpasswd.c
index d29a4bfcaf0..b2c2434c07a 100644
--- a/source/passdb/pdb_smbpasswd.c
+++ b/source/passdb/pdb_smbpasswd.c
@@ -44,7 +44,6 @@ struct smb_passwd
};
-extern int DEBUGLEVEL;
extern pstring samlogon_user;
extern BOOL sam_logon_in_ssb;
extern struct passdb_ops pdb_ops;
diff --git a/source/passdb/smbpass.c b/source/passdb/smbpass.c
index 61e31f62f73..9db74557ecc 100644
--- a/source/passdb/smbpass.c
+++ b/source/passdb/smbpass.c
@@ -21,7 +21,6 @@
#ifdef USE_SMBPASS_DB
-extern int DEBUGLEVEL;
extern pstring samlogon_user;
extern BOOL sam_logon_in_ssb;
diff --git a/source/passdb/smbpassfile.c b/source/passdb/smbpassfile.c
index e4b11dbf76a..d931478839d 100644
--- a/source/passdb/smbpassfile.c
+++ b/source/passdb/smbpassfile.c
@@ -27,7 +27,6 @@
#include "includes.h"
-extern int DEBUGLEVEL;
extern pstring global_myname;
diff --git a/source/passdb/smbpassgroup.c b/source/passdb/smbpassgroup.c
index 4636c08c949..b332c9da7f5 100644
--- a/source/passdb/smbpassgroup.c
+++ b/source/passdb/smbpassgroup.c
@@ -22,7 +22,6 @@
#ifdef USE_SMBPASS_DB
static int grp_file_lock_depth = 0;
-extern int DEBUGLEVEL;
/***************************************************************
Start to enumerate the smbpasswd list. Returns a void pointer