diff options
Diffstat (limited to 'source/libsmb')
-rw-r--r-- | source/libsmb/clientgen.c | 1 | ||||
-rw-r--r-- | source/libsmb/clierror.c | 3 | ||||
-rw-r--r-- | source/libsmb/credentials.c | 4 | ||||
-rw-r--r-- | source/libsmb/namequery.c | 2 | ||||
-rw-r--r-- | source/libsmb/nmblib.c | 2 | ||||
-rw-r--r-- | source/libsmb/pwd_cache.c | 3 | ||||
-rw-r--r-- | source/libsmb/smbencrypt.c | 2 | ||||
-rw-r--r-- | source/libsmb/smberr.c | 2 | ||||
-rw-r--r-- | source/libsmb/unexpected.c | 2 |
9 files changed, 0 insertions, 21 deletions
diff --git a/source/libsmb/clientgen.c b/source/libsmb/clientgen.c index 8d4a025fcc0..da43e4e2915 100644 --- a/source/libsmb/clientgen.c +++ b/source/libsmb/clientgen.c @@ -24,7 +24,6 @@ #include "includes.h" -extern int DEBUGLEVEL; static void cli_process_oplock(struct cli_state *cli); /* diff --git a/source/libsmb/clierror.c b/source/libsmb/clierror.c index 2f0c0e66184..0cdc7c383f6 100644 --- a/source/libsmb/clierror.c +++ b/source/libsmb/clierror.c @@ -24,9 +24,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - - /***************************************************** RAP error codes - a small start but will be extended. *******************************************************/ diff --git a/source/libsmb/credentials.c b/source/libsmb/credentials.c index d4c87920686..5f65c13edd9 100644 --- a/source/libsmb/credentials.c +++ b/source/libsmb/credentials.c @@ -21,10 +21,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - - - /**************************************************************************** represent a credential as a string ****************************************************************************/ diff --git a/source/libsmb/namequery.c b/source/libsmb/namequery.c index aa6301cc38e..88c549641a1 100644 --- a/source/libsmb/namequery.c +++ b/source/libsmb/namequery.c @@ -22,8 +22,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - /* nmbd.c sets this to True. */ BOOL global_in_nmbd = False; diff --git a/source/libsmb/nmblib.c b/source/libsmb/nmblib.c index 0a6bbe87e23..5b05058e647 100644 --- a/source/libsmb/nmblib.c +++ b/source/libsmb/nmblib.c @@ -22,8 +22,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - int num_good_sends = 0; int num_good_receives = 0; diff --git a/source/libsmb/pwd_cache.c b/source/libsmb/pwd_cache.c index 420b49ed2e7..5266ff49b69 100644 --- a/source/libsmb/pwd_cache.c +++ b/source/libsmb/pwd_cache.c @@ -21,9 +21,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - - /**************************************************************************** initialises a password structure ****************************************************************************/ diff --git a/source/libsmb/smbencrypt.c b/source/libsmb/smbencrypt.c index 872cc288769..1de2ca53084 100644 --- a/source/libsmb/smbencrypt.c +++ b/source/libsmb/smbencrypt.c @@ -22,8 +22,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - #include "byteorder.h" /* diff --git a/source/libsmb/smberr.c b/source/libsmb/smberr.c index 9648786ea54..01bfd8e6a9b 100644 --- a/source/libsmb/smberr.c +++ b/source/libsmb/smberr.c @@ -22,8 +22,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - /* error code stuff - put together by Merik Karman merik@blackadder.dsh.oz.au */ diff --git a/source/libsmb/unexpected.c b/source/libsmb/unexpected.c index 8f115623a1c..71d807916ab 100644 --- a/source/libsmb/unexpected.c +++ b/source/libsmb/unexpected.c @@ -22,8 +22,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - static TDB_CONTEXT *tdbd = NULL; /* the key type used in the unexpeceted packet database */ |