The branch, master has been updated
       via  76c73db s3-zfsacl: Fix a debug message
      from  ef64048 s3:wscript_build: remove unused variable

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


- Log -----------------------------------------------------------------
commit 76c73dbb2271c397ec4e13ebcc3928914c7cf93a
Author: Volker Lendecke <v...@samba.org>
Date:   Fri Jul 8 10:06:58 2011 +0200

    s3-zfsacl: Fix a debug message
    
    Autobuild-User: Volker Lendecke <vlen...@samba.org>
    Autobuild-Date: Fri Jul  8 11:22:55 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_zfsacl.c b/source3/modules/vfs_zfsacl.c
index 286720a..fbfe779 100644
--- a/source3/modules/vfs_zfsacl.c
+++ b/source3/modules/vfs_zfsacl.c
@@ -54,7 +54,7 @@ static NTSTATUS zfs_get_nt_acl_common(const char *name,
                if(errno == ENOSYS) {
                        DEBUG(9, ("acl(ACE_GETACLCNT, %s): Operation is not "
                                  "supported on the filesystem where the file "
-                                 "reside", name));
+                                 "reside\n", name));
                } else {
                        DEBUG(9, ("acl(ACE_GETACLCNT, %s): %s ", name,
                                        strerror(errno)));


-- 
Samba Shared Repository

Reply via email to