diff options
author | Jeremy Allison <jra@samba.org> | 2001-10-17 01:38:23 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-10-17 01:38:23 +0000 |
commit | d731149a41d7563ab99acd3d3d20fff899e7de8f (patch) | |
tree | 97557b20d2d8f35ff5587d28f83c9363a4ba908a /source3 | |
parent | 5e0d7b696686c433960ff6fe9716e2d897290429 (diff) | |
download | samba-d731149a41d7563ab99acd3d3d20fff899e7de8f.tar.gz samba-d731149a41d7563ab99acd3d3d20fff899e7de8f.tar.bz2 samba-d731149a41d7563ab99acd3d3d20fff899e7de8f.zip |
Fixed inconsistent definitions of InBuf/OutBuf/last_char.
Noticed by albert chin (china@thewrittenword.com) .
Jeremy.
(This used to be commit f5781f11eb924bdf32d20819c58a782493f4b239)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/process.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 4b7e80811c..ea97eea8a4 100644 --- a/source3/smbd/process.c +++ b/source3/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; |