summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-10-17 01:38:23 +0000
committerJeremy Allison <jra@samba.org>2001-10-17 01:38:23 +0000
commitf5781f11eb924bdf32d20819c58a782493f4b239 (patch)
tree096fa77e4db23f6989d87a177dd0f1271078d982
parent234943c066f7cc549b84980cef51116f30f3f7c4 (diff)
downloadsamba-f5781f11eb924bdf32d20819c58a782493f4b239.tar.gz
samba-f5781f11eb924bdf32d20819c58a782493f4b239.tar.xz
samba-f5781f11eb924bdf32d20819c58a782493f4b239.zip
Fixed inconsistent definitions of InBuf/OutBuf/last_char.
Noticed by albert chin (china@thewrittenword.com) . Jeremy.
-rw-r--r--source/smbd/process.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/smbd/process.c b/source/smbd/process.c
index 4b7e80811c4..ea97eea8a44 100644
--- a/source/smbd/process.c
+++ b/source/smbd/process.c
@@ -42,9 +42,6 @@ int max_recv = BUFFER_SIZE;
extern int last_message;
extern int global_oplock_break;
extern userdom_struct current_user_info;
-extern char *last_inbuf;
-extern char *InBuffer;
-extern char *OutBuffer;
extern int smb_read_error;
extern VOLATILE sig_atomic_t reload_after_sighup;
extern BOOL global_machine_password_needs_changing;