The branch, v3-2-test has been updated
       via  3b9874721ee8585e45b60246105fa380db132ac2 (commit)
      from  9974c09608d61244133eea8615c37184b0cac57b (commit)

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


- Log -----------------------------------------------------------------
commit 3b9874721ee8585e45b60246105fa380db132ac2
Author: Jeremy Allison <[email protected]>
Date:   Wed Feb 18 15:42:31 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

Reply via email to