1
0
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:
Volker Lendecke 2006-03-19 11:11:37 +00:00 committed by Gerald (Jerry) Carter
parent 0e789b7e43
commit 19e9bc03f8

View File

@ -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);