mirror of
https://github.com/samba-team/samba.git
synced 2025-11-26 04:23:49 +03:00
r23813: Remove unused global variable
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
84b8a56fe9
commit
3b811134c0
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user