diff options
-rw-r--r-- | source3/smbd/process.c | 5 |
1 files 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); |