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 <[email protected]>
Date:   Sat Apr 23 10:31:14 2011 +0200

    s3: Fix Coverity ID 2478, UNINIT
    
    Autobuild-User: Volker Lendecke <[email protected]>
    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

Reply via email to