[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Jul 24 06:50:02 MDT 2012


The branch, master has been updated
       via  867de2f s3-pdb: remove unused variables.
      from  221a430 lib/param: Merge VFS and MSDFS parameters from source3 into lib/param

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


- Log -----------------------------------------------------------------
commit 867de2f3aaa269e5063ae99d6cb77a6e9d20cf67
Author: Günther Deschner <gd at samba.org>
Date:   Tue Jul 24 10:48:34 2012 +0200

    s3-pdb: remove unused variables.
    
    Guenther
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Tue Jul 24 14:49:42 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c
index 302717e..56225a2 100644
--- a/source3/passdb/pdb_ldap.c
+++ b/source3/passdb/pdb_ldap.c
@@ -1135,7 +1135,6 @@ static bool init_ldap_from_sam (struct ldapsam_privates *ldap_state,
 						    enum pdb_elements))
 {
 	char *temp = NULL;
-	uint32_t rid;
 
 	if (mods == NULL || sampass == NULL) {
 		DEBUG(0, ("init_ldap_from_sam: NULL parameters found!\n"));
@@ -1548,7 +1547,6 @@ static int ldapsam_get_ldap_user_by_sid(struct ldapsam_privates *ldap_state,
 {
 	int rc = -1;
 	const char ** attr_list;
-	uint32_t rid;
 
 	switch ( ldap_state->schema_ver ) {
 		case SCHEMAVER_SAMBASAMACCOUNT: {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list