The branch, master has been updated
       via  d6351ad... Fix the smbtorture4 build. root_fid is a "union 
smb_handle". tridge please check. Jeremy.
      from  096589a... Trying to find out why the posix_unlink test build farm 
is still failing even though we're now successfully deleting the symlink. 
Jeremy.

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


- Log -----------------------------------------------------------------
commit d6351adca9c1eb6bc01ec5390abf8bc06b008de0
Author: Jeremy Allison <[email protected]>
Date:   Sat Oct 17 12:56:15 2009 -0700

    Fix the smbtorture4 build. root_fid is a "union smb_handle". tridge
    please check.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/raw/unlink.c b/source4/torture/raw/unlink.c
index 28218b2..968a4a8 100644
--- a/source4/torture/raw/unlink.c
+++ b/source4/torture/raw/unlink.c
@@ -499,7 +499,7 @@ static bool test_unlink_defer(struct torture_context *tctx,
                              &ud_cli_state);
 
        io.generic.level = RAW_OPEN_NTCREATEX;
-       io.ntcreatex.in.root_fid = 0;
+       io.ntcreatex.in.root_fid.fnum = 0;
        io.ntcreatex.in.access_mask = SEC_RIGHTS_FILE_ALL;
        io.ntcreatex.in.alloc_size = 0;
        io.ntcreatex.in.file_attr = FILE_ATTRIBUTE_NORMAL;


-- 
Samba Shared Repository

Reply via email to