[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-82-g9569d97

Jeremy Allison jra at samba.org
Sat Feb 28 04:59:27 GMT 2009


The branch, master has been updated
       via  9569d979de43970399f33645323e9091338084f6 (commit)
      from  a54520fd4d357eadccb5e101a5b74b50e6d7ab25 (commit)

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


- Log -----------------------------------------------------------------
commit 9569d979de43970399f33645323e9091338084f6
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Feb 27 20:57:49 2009 -0800

    And the prize for the most pain caused in the build farm for a simple
    typo goes to.....
    Tim Prouty !!!!
    Sorry Tim, nice test but you made a typo in passing in
    the size of an array so we were reading uninitialized
    memory :-).
    That took far longer than it should have to track down...
    (%$&#ing build system....).
    The build farm should now slowly go back to normal.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/raw/streams.c b/source4/torture/raw/streams.c
index bf87bd2..d0d21cc 100644
--- a/source4/torture/raw/streams.c
+++ b/source4/torture/raw/streams.c
@@ -1454,7 +1454,7 @@ static bool test_stream_create_disposition(struct torture_context *tctx,
 	status = smb_raw_open(cli->tree, mem_ctx, &io);
 	CHECK_STATUS(status, NT_STATUS_OK);
 	smbcli_close(cli->tree, io.ntcreatex.out.file.fnum);
-	if (!check_stream_list(cli, fname, 2, &default_stream_name)) {
+	if (!check_stream_list(cli, fname, 1, &default_stream_name)) {
 		goto done;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list