summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-12-18 18:10:09 -0800
committerJeremy Allison <jra@samba.org>2007-12-18 18:10:09 -0800
commita34c6cd0e7046c1127b05bf3b5d5819f1d500cbc (patch)
treecc4c605c1f1378357e3409d1a7a56c1c0f71113f /source3/smbd/process.c
parent75ca69243019ae1f422bd0e7c336e9f92a0d941c (diff)
downloadsamba-a34c6cd0e7046c1127b05bf3b5d5819f1d500cbc.tar.gz
samba-a34c6cd0e7046c1127b05bf3b5d5819f1d500cbc.tar.bz2
samba-a34c6cd0e7046c1127b05bf3b5d5819f1d500cbc.zip
Remove last_message completely as it's no longer used.
Jeremy. (This used to be commit c378c3edc1197d46c5d6eb2bcabbf9e774c03ffc)
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r--source3/smbd/process.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index ffc9e106f6..ee76f90bf5 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -38,7 +38,6 @@ int max_send = BUFFER_SIZE;
*/
int max_recv = BUFFER_SIZE;
-extern int last_message;
SIG_ATOMIC_T reload_after_sighup = 0;
SIG_ATOMIC_T got_sig_term = 0;
extern bool global_machine_password_needs_changing;
@@ -1308,8 +1307,6 @@ static void switch_message(uint8 type, struct smb_request *req, int size)
errno = 0;
- last_message = type;
-
/* Make sure this is an SMB packet. smb_size contains NetBIOS header
* so subtract 4 from it. */
if ((strncmp(smb_base(req->inbuf),"\377SMB",4) != 0)