summaryrefslogtreecommitdiff
path: root/source/smbd/process.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-03-19 11:11:37 +0000
committerVolker Lendecke <vlendec@samba.org>2006-03-19 11:11:37 +0000
commit7d9e81acc50e9e53a57b812126c1e0c151db4997 (patch)
tree048cccd8bea13ff933fa96de0ad1ca7cd1eac509 /source/smbd/process.c
parent294840c885e1c1d5fd9628dfcc7d97ad3061e67b (diff)
downloadsamba-7d9e81acc50e9e53a57b812126c1e0c151db4997.tar.gz
r14559: Oplocks have changed, process_smb can be static again
Diffstat (limited to 'source/smbd/process.c')
-rw-r--r--source/smbd/process.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/smbd/process.c b/source/smbd/process.c
index 40d6818f3f0..7ec08cb4a78 100644
--- a/source/smbd/process.c
+++ b/source/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);