summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-03-01 01:24:30 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-03-01 01:24:30 +0000
commitd79e11ad6d4be78a4140d0f33acea702cbd1d944 (patch)
tree4cdc6636fe25259eaef165c7696225d5aa92446e /source3/smbd
parentf8b06e0dabbeaa594dc61463df8ebcdb767d2ece (diff)
downloadsamba-d79e11ad6d4be78a4140d0f33acea702cbd1d944.tar.gz
samba-d79e11ad6d4be78a4140d0f33acea702cbd1d944.tar.bz2
samba-d79e11ad6d4be78a4140d0f33acea702cbd1d944.zip
Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>
(This used to be commit 3bf4b42771d115500941be374bfdd9b8c2fdba4a)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index bf1a1ca9a7..8c037b4706 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -818,7 +818,7 @@ set. Ignoring max smbd restriction.\n"));
}
/****************************************************************************
- process an smb from the client - split out from the process() code so
+ process an smb from the client - split out from the smbd_process() code so
it can be used by the oplock break code.
****************************************************************************/
void process_smb(char *inbuf, char *outbuf)