[SCM] Samba Shared Repository - branch master updated

Amitay Isaacs amitay at samba.org
Wed Mar 7 02:57:02 MST 2012


The branch, master has been updated
       via  b47959a s4-libcli: pysmb: Fix typo in secinfo_flags
      from  8ad1986 lib/tdb2: add --valgrind, --valgrind-log options.

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


- Log -----------------------------------------------------------------
commit b47959a5c5577b4a6fb3003c7d4c3caf5c46ab93
Author: Amitay Isaacs <amitay at gmail.com>
Date:   Wed Mar 7 16:40:23 2012 +1100

    s4-libcli: pysmb: Fix typo in secinfo_flags
    
    Autobuild-User: Amitay Isaacs <amitay at samba.org>
    Autobuild-Date: Wed Mar  7 10:56:09 CET 2012 on sn-devel-104

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

Summary of changes:
 source4/libcli/pysmb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/libcli/pysmb.c b/source4/libcli/pysmb.c
index 31d163c..2f9a579 100644
--- a/source4/libcli/pysmb.c
+++ b/source4/libcli/pysmb.c
@@ -340,7 +340,7 @@ static PyObject *py_smb_getacl(pytalloc_Object *self, PyObject *args, PyObject *
 						SECINFO_DACL |
 						SECINFO_PROTECTED_DACL |
 						SECINFO_UNPROTECTED_DACL |
-						SECINFO_DACL |
+						SECINFO_SACL |
 						SECINFO_PROTECTED_SACL |
 						SECINFO_UNPROTECTED_SACL;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list