[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Apr 23 06:12:02 MDT 2011


The branch, master has been updated
       via  123e5c1 s3: Fix Coverity ID 2478, UNINIT
      from  64e7fba s3:include/vfs.h: remove very old hints for vfs modules with interface version < 8

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


- Log -----------------------------------------------------------------
commit 123e5c1a75a7e6cfe245af05d2954ab126238acf
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Apr 23 10:31:14 2011 +0200

    s3: Fix Coverity ID 2478, UNINIT
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Sat Apr 23 14:11:22 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/sysquotas_nfs.c b/source3/lib/sysquotas_nfs.c
index eff5874..043ab9f 100644
--- a/source3/lib/sysquotas_nfs.c
+++ b/source3/lib/sysquotas_nfs.c
@@ -91,7 +91,7 @@ int sys_get_nfs_quota(const char *path, const char *bdev,
 		      enum SMB_QUOTA_TYPE qtype,
 		      unid_t id, SMB_DISK_QUOTA *dp)
 {
-	CLIENT *clnt;
+	CLIENT *clnt = NULL;
 	struct getquota_rslt gq_rslt;
 	struct getquota_args gq_args;
 	const char *mnttype;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list