summaryrefslogtreecommitdiffstats
path: root/source/smbd/message.c
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/smbd/message.c
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/smbd/message.c')
-rw-r--r--source/smbd/message.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/smbd/message.c b/source/smbd/message.c
index f2e88352ee1..7cc53e082c4 100644
--- a/source/smbd/message.c
+++ b/source/smbd/message.c
@@ -27,9 +27,6 @@
#include "includes.h"
/* look in server.c for some explanation of these variables */
-extern int DEBUGLEVEL;
-
-
static char msgbuf[1600];
static int msgpos;
static fstring msgfrom;