[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Aug 30 01:52:02 MDT 2011


The branch, master has been updated
       via  be44c45 smbtorture4: Fix a typo
      from  8e5adf7 Fixed regression test case for Bug 8412 - Microsoft Office 2007 (Microsoft Word) fails to save as on a Samba share with SMB2

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


- Log -----------------------------------------------------------------
commit be44c45440c19c7f88b876478db24bced227ae36
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Aug 30 08:20:57 2011 +0200

    smbtorture4: Fix a typo
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Tue Aug 30 09:51:10 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/smb2/oplock.c b/source4/torture/smb2/oplock.c
index e5c3571..5b12e13 100644
--- a/source4/torture/smb2/oplock.c
+++ b/source4/torture/smb2/oplock.c
@@ -790,7 +790,7 @@ static bool test_smb2_oplock_exclusive6(struct torture_context *tctx,
 	CHECK_VAL(break_info.count, 0);
 	CHECK_VAL(break_info.failures, 0);
 
-	/* Close the parent directry handle. */
+	/* Close the parent directory handle. */
 	ZERO_STRUCT(closeio);
 	closeio.in.file.handle = h;
 	status = smb2_close(tree1, &closeio);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list