From 867de2f3aaa269e5063ae99d6cb77a6e9d20cf67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 24 Jul 2012 10:48:34 +0200 Subject: [PATCH] s3-pdb: remove unused variables. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User(master): Günther Deschner Autobuild-Date(master): Tue Jul 24 14:49:42 CEST 2012 on sn-devel-104 --- source3/passdb/pdb_ldap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 302717eb552..56225a2965d 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: { -- 2.11.4.GIT