From 49ecd176ee4bb2c4acffa0db548c33d6c90dcad7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 19 Mar 2006 11:11:37 +0000 Subject: [PATCH] r14559: Oplocks have changed, process_smb can be static again (This used to be commit 19e9bc03f81d8d000b683cf5c5f478ba25ddeb0d) --- source3/smbd/process.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 40d6818f3f..7ec08cb4a7 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -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); -- 2.34.1