[SCM] Samba Shared Repository - branch v3-6-test updated

Volker Lendecke vlendec at samba.org
Wed Feb 23 06:31:11 MST 2011


The branch, v3-6-test has been updated
       via  171cc2d s3: Improve an error msg in vfs_gpfs
      from  8421b9a s3: Protect tldap_errstr against a NULL ld (cherry picked from commit e99d1de3c4fe3c1ff678270f51ef7e6d3812e878)

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


- Log -----------------------------------------------------------------
commit 171cc2dfce95f679dc8cb10048afd37f169698ca
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Feb 23 13:25:12 2011 +0100

    s3: Improve an error msg in vfs_gpfs
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Wed Feb 23 14:12:39 CET 2011 on sn-devel-104
    (cherry picked from commit 148252331ab7f236858febb9bfc52c66ea8a2ff3)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c
index bc634b1..462e3c5 100644
--- a/source3/modules/vfs_gpfs.c
+++ b/source3/modules/vfs_gpfs.c
@@ -1026,7 +1026,8 @@ static ssize_t gpfs_get_xattr(struct vfs_handle_struct *handle,  const char *pat
 						     size);
 		}
 
-                DEBUG(1, ("gpfs_get_xattr: Get GPFS attributes failed: %d\n",ret));
+                DEBUG(1, ("gpfs_get_xattr: Get GPFS attributes failed: "
+			  "%d (%s)\n", ret, strerror(errno)));
                 return -1;
         }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list