The branch, master has been updated
       via  ec97c9f s4-acl: Remove unused variables from aclread module.
      from  15a2eff s4:acl_read LDB module - fix attributes list

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


- Log -----------------------------------------------------------------
commit ec97c9f7c72bd1390d3e101c9060d9386602671e
Author: Nadezhda Ivanova <[email protected]>
Date:   Mon Dec 6 17:00:56 2010 +0200

    s4-acl: Remove unused variables from aclread module.
    
    Autobuild-User: Nadezhda Ivanova <[email protected]>
    Autobuild-Date: Mon Dec  6 16:48:35 CET 2010 on sn-devel-104

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

Summary of changes:
 source4/dsdb/samdb/ldb_modules/acl_read.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/acl_read.c 
b/source4/dsdb/samdb/ldb_modules/acl_read.c
index 5ee7c95..87144f9 100644
--- a/source4/dsdb/samdb/ldb_modules/acl_read.c
+++ b/source4/dsdb/samdb/ldb_modules/acl_read.c
@@ -57,14 +57,6 @@ static int aclread_callback(struct ldb_request *req, struct 
ldb_reply *ares)
 {
         struct ldb_context *ldb;
         struct aclread_context *ac;
-        struct ldb_result *acl_res;
-        struct ldb_message_element *parent;
-        static const char *acl_attrs[] = {
-                "nTSecurityDescriptor",
-                "objectSid",
-                "instanceType",
-                NULL
-        };
         int ret;
         unsigned int i;
         struct security_descriptor *sd;


-- 
Samba Shared Repository

Reply via email to