mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
r14559: Oplocks have changed, process_smb can be static again
This commit is contained in:
parent
0e789b7e43
commit
19e9bc03f8
@ -1072,11 +1072,10 @@ set. Ignoring max smbd restriction.\n"));
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
Process an smb from the client - split out from the smbd_process() code so
|
||||
it can be used by the oplock break code.
|
||||
Process an smb from the client
|
||||
****************************************************************************/
|
||||
|
||||
void process_smb(char *inbuf, char *outbuf)
|
||||
static void process_smb(char *inbuf, char *outbuf)
|
||||
{
|
||||
static int trans_num;
|
||||
int msg_type = CVAL(inbuf,0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user