[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Thu Aug 19 04:36:13 MDT 2010


The branch, master has been updated
       via  f6ac919... s3-libsmb: fix some uninitialized variables.
      from  9b8f7a2... -ENOTSUP translates to NT_STATUS_NOT_SUPPORTED

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


- Log -----------------------------------------------------------------
commit f6ac919a91663a97fbc27fb8430c73e13bf03a55
Author: Günther Deschner <gd at samba.org>
Date:   Wed Aug 18 18:25:20 2010 +0200

    s3-libsmb: fix some uninitialized variables.
    
    Volker, please check.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/clilist.c b/source3/libsmb/clilist.c
index 29b16cb..853d25d 100644
--- a/source3/libsmb/clilist.c
+++ b/source3/libsmb/clilist.c
@@ -618,10 +618,10 @@ static void cli_list_trans_done(struct tevent_req *subreq)
 	int ff_searchcount;
 	bool ff_eos;
 	char *p, *p2;
-	uint32_t resume_key;
+	uint32_t resume_key = 0;
 	int i;
 	DATA_BLOB last_name_raw;
-	struct file_info *finfo;
+	struct file_info *finfo = NULL;
 	size_t nlen, param_len;
 
 	min_param = (state->first ? 6 : 4);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list