[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1662-gc3eeae2

Andrew Bartlett abartlet at samba.org
Wed May 21 04:53:45 GMT 2008


The branch, v4-0-test has been updated
       via  c3eeae2ea6a7562b43a436f20c110002ca4d1d2b (commit)
      from  0e429dd1fb15137a2a7c25e051b9af8c4ed8c7f3 (commit)

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


- Log -----------------------------------------------------------------
commit c3eeae2ea6a7562b43a436f20c110002ca4d1d2b
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Wed May 21 14:49:47 2008 +1000

    Correct an assertion in the testsuite.
    
    Andrew Bartlett

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

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


Changeset truncated at 500 lines:

diff --git a/source/torture/nbt/dgram.c b/source/torture/nbt/dgram.c
index f8f9eaf..887c6f3 100644
--- a/source/torture/nbt/dgram.c
+++ b/source/torture/nbt/dgram.c
@@ -246,7 +246,7 @@ static bool nbt_test_netlogon2(struct torture_context *tctx)
 	map_netlogon_samlogon_response(&response->samlogon);
 
 	torture_assert_int_equal(tctx, response->samlogon.nt5_ex.command, LOGON_SAM_LOGON_RESPONSE_EX, "Got incorrect netlogon response command");
-	torture_assert_int_equal(tctx, response->samlogon.nt5_ex.nt_version, NETLOGON_NT_VERSION_5EX_WITH_IP|NETLOGON_NT_VERSION_5EX|NETLOGON_NT_VERSION_5|NETLOGON_NT_VERSION_1, "Got incorrect netlogon response command");
+	torture_assert_int_equal(tctx, response->samlogon.nt5_ex.nt_version, NETLOGON_NT_VERSION_5EX_WITH_IP|NETLOGON_NT_VERSION_5EX|NETLOGON_NT_VERSION_1, "Got incorrect netlogon response command");
 
 	/* setup (another) temporary mailslot listener for replies */
 	dgmslot = dgram_mailslot_temp(dgmsock, NBT_MAILSLOT_GETDC,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list