[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Jan 19 08:53:47 MST 2010


The branch, master has been updated
       via  41a350f... s3: Fix a typo
      from  40d3408... s4-smbtorture: also configure check smbc_setOptionCaseSensitive for LIBSMBCLIENT testsuite.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 41a350f17e11946f4bf44de5a6d535bc6d2feccc
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Jan 19 16:51:33 2010 +0100

    s3: Fix a typo

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/oplock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c
index 7ce450c..f3034bd 100644
--- a/source3/smbd/oplock.c
+++ b/source3/smbd/oplock.c
@@ -484,7 +484,7 @@ static void process_oplock_break_message(struct messaging_context *msg_ctx,
 	fsp = initial_break_processing(msg.id, msg.share_file_id);
 
 	if (fsp == NULL) {
-		/* a We hit race here. Break messages are sent, and before we
+		/* We hit a race here. Break messages are sent, and before we
 		 * get to process this message, we have closed the file. Reply
 		 * with 'ok, oplock broken' */
 		DEBUG(3, ("Did not find fsp\n"));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list