[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-260-g50f6a72

Stefan Metzmacher metze at samba.org
Sat Apr 19 00:10:17 GMT 2008


The branch, v4-0-test has been updated
       via  50f6a72b674f58a24c1a6c42e4dd56dc4e9f5a1e (commit)
      from  914f0ac83bc396be0ca34c43e2ea01ecc1c3b826 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 50f6a72b674f58a24c1a6c42e4dd56dc4e9f5a1e
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Apr 19 02:06:44 2008 +0200

    SMB2-PERSISTENT-HANDLES1: close the handle before deleting it
    
    This means we no longer have a oplock break timing out
    for the "delete".
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source/torture/smb2/persistent_handles.c b/source/torture/smb2/persistent_handles.c
index ace57d8..249ddd1 100644
--- a/source/torture/smb2/persistent_handles.c
+++ b/source/torture/smb2/persistent_handles.c
@@ -174,6 +174,8 @@ bool torture_smb2_persistent_handles1(struct torture_context *tctx,
 	torture_comment(tctx, "position: %llu\n",
 			(unsigned long long)pos);
 
+	smb2_util_close(tree2, h2);
+
 	talloc_free(mem_ctx);
 
 	smb2_util_unlink(tree2, fname);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list