[SCM] Samba Shared Repository - branch v3-3-stable updated - release-3-3-0-113-g81022ba

Karolin Seeger kseeger at samba.org
Thu Feb 19 09:43:36 GMT 2009


The branch, v3-3-stable has been updated
       via  81022baa0c873ee24595973987cd705c0ad849f0 (commit)
       via  f348edd0f77cca91d5c02482cf1dab79f2c1b500 (commit)
       via  b1e95087c7b154b8028b760c694df7711024cd01 (commit)
      from  b0d786275fa3b7d59fce6044d59a6cdeb7f22f95 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-stable


- Log -----------------------------------------------------------------
commit 81022baa0c873ee24595973987cd705c0ad849f0
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Feb 19 10:07:40 2009 +0100

    WHATSNEW: Update changes since 3.3.0.
    
    Karolin
    (cherry picked from commit 5af95977593a790e732bb3bf09ad7cc4832e663f)

commit f348edd0f77cca91d5c02482cf1dab79f2c1b500
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Feb 18 16:00:34 2009 -0800

    Gah, typo :-(. Sorry.
    (cherry picked from commit 88041d92ae2a619d5b4d4ad010ef7366b5c05c3f)

commit b1e95087c7b154b8028b760c694df7711024cd01
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Feb 18 15:43:03 2009 -0800

    Fix coverity CID-602. Possible use of uninitialized var.
    Jeremy.
    (cherry picked from commit 43db14008eb660f1b1f21e1ff6dd2d340d1106ab)

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

Summary of changes:
 WHATSNEW.txt              |    2 +-
 source/libsmb/namequery.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 92ab652..d23079a 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -80,7 +80,7 @@ o   Guenter Kukkukk <linux at kukkukk.com>
 
 o   Volker Lendecke <vl at samba.org>
     * BUG 5798: CFLAGS info lost in configure.
-    * Fix Coverity IDs 740, 742, 744, 745, 876, 879, 880.
+    * Fix Coverity IDs 602, 740, 742, 744, 745, 876, 879, 880.
     * Fix remotely adding a share via the Windows MMC.
     * Avoid valgrind errors.
     * Fix 'net rpc join' for users with the SeMachineAccountPrivilege.
diff --git a/source/libsmb/namequery.c b/source/libsmb/namequery.c
index dd3cd56..cf8c20e 100644
--- a/source/libsmb/namequery.c
+++ b/source/libsmb/namequery.c
@@ -2141,7 +2141,7 @@ NTSTATUS get_sorted_dc_list( const char *domain,
 			int *count,
 			bool ads_only )
 {
-	bool ordered;
+	bool ordered = false;
 	NTSTATUS status;
 	enum dc_lookup_type lookup_type = DC_NORMAL_LOOKUP;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list