[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4981-g43db140

Jeremy Allison jra at samba.org
Wed Feb 18 23:44:07 GMT 2009


The branch, v3-3-test has been updated
       via  43db14008eb660f1b1f21e1ff6dd2d340d1106ab (commit)
      from  d45faf2706c88a6cb47404d119041bb69551a5c7 (commit)

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


- Log -----------------------------------------------------------------
commit 43db14008eb660f1b1f21e1ff6dd2d340d1106ab
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.

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

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


Changeset truncated at 500 lines:

diff --git a/source/libsmb/namequery.c b/source/libsmb/namequery.c
index dd3cd56..d21941e 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