summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-07-10 12:22:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:29 -0500
commitfa919f24f082dbcc7e5f88d69273eba4f72e8806 (patch)
tree2d88970e051728dd39bfb5e3e7feb538229dce7d
parent0c03be55034decf38e13b988b23a38435b29ec45 (diff)
downloadsamba-fa919f24f082dbcc7e5f88d69273eba4f72e8806.tar.gz
samba-fa919f24f082dbcc7e5f88d69273eba4f72e8806.tar.bz2
samba-fa919f24f082dbcc7e5f88d69273eba4f72e8806.zip
r23813: Remove unused global variable
(This used to be commit 3b811134c02ff9b24d3e36c1ff94b32946c6183c)
-rw-r--r--source3/smbd/process.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 0e39614f58..e6bafa8dc3 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -20,7 +20,6 @@
#include "includes.h"
-uint16 global_smbpid;
extern struct auth_context *negprot_global_auth_context;
extern int smb_echo_count;
@@ -918,10 +917,6 @@ static int switch_message(int type,char *inbuf,char *outbuf,int size,int bufsize
return(-1);
}
- /* yuck! this is an interim measure before we get rid of our
- current inbuf/outbuf system */
- global_smbpid = SVAL(inbuf,smb_pid);
-
if (smb_messages[type].fn == NULL) {
DEBUG(0,("Unknown message type %d!\n",type));
smb_dump("Unknown", 1, inbuf, size);