The branch, master has been updated
       via  a2f4309 torture-dfs: fix a typo that was causing the test to be 
flacky
      from  642c6ba Fix Bug 8152 - smbd crash in release_ip()

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


- Log -----------------------------------------------------------------
commit a2f430911271ed3d9a681e64d250facb8e66f3f2
Author: Matthieu Patou <m...@matws.net>
Date:   Fri May 20 10:30:54 2011 +0400

    torture-dfs: fix a typo that was causing the test to be flacky
    
    Autobuild-User: Matthieu Patou <m...@samba.org>
    Autobuild-Date: Fri May 20 09:39:12 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/dfs/domaindfs.c b/source4/torture/dfs/domaindfs.c
index 4914217..89e9cc1 100644
--- a/source4/torture/dfs/domaindfs.c
+++ b/source4/torture/dfs/domaindfs.c
@@ -371,7 +371,7 @@ static bool test_getsysvolreferral(struct torture_context 
*tctx,
                                                
resp3.referral_entries[0].referral.v3.referrals.r1.DFS_path,
                                                str+1));
        torture_assert_int_equal(tctx, strlen(
-                                
resp2.referral_entries[0].referral.v3.referrals.r1.netw_address) > 0,
+                                
resp3.referral_entries[0].referral.v3.referrals.r1.netw_address) > 0,
                                 1,
                                 "Length of first referral is less than 0");
        torture_assert_int_equal(tctx, 
strstr(resp3.referral_entries[0].referral.v3.referrals.r1.netw_address,


-- 
Samba Shared Repository

Reply via email to