The branch, master has been updated
       via  c9295c93d13744dc8f25e5877625f13be9de7327 (commit)
      from  cf5ba874de04393bd9bfdbb1cbfbeb78485acbc7 (commit)

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


- Log -----------------------------------------------------------------
commit c9295c93d13744dc8f25e5877625f13be9de7327
Author: Jeremy Allison <[email protected]>
Date:   Wed Feb 18 15:45:49 2009 -0800

    Fix coverity CID-602. Possible use of uninitialized var.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c
index ac38d40..5a5da68 100644
--- a/source3/libsmb/namequery.c
+++ b/source3/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