summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-22 14:55:54 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-22 19:36:16 +1000
commit0d3823b15248ed6269bb0a513d862ef694bfde64 (patch)
treed8fdf6b89a81d3bb1e1467cf8c15612232ff8d66 /source4
parenta06b537cc30cb21e77f58b5e9ea2a8f89c4683e0 (diff)
downloadsamba-0d3823b15248ed6269bb0a513d862ef694bfde64.tar.gz
samba-0d3823b15248ed6269bb0a513d862ef694bfde64.tar.bz2
samba-0d3823b15248ed6269bb0a513d862ef694bfde64.zip
s4-dsdb: removed an unused variable
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/samdb/ldb_modules/descriptor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/descriptor.c b/source4/dsdb/samdb/ldb_modules/descriptor.c
index cdfab3c354..70b02e8086 100644
--- a/source4/dsdb/samdb/ldb_modules/descriptor.c
+++ b/source4/dsdb/samdb/ldb_modules/descriptor.c
@@ -64,7 +64,6 @@ struct dom_sid *get_default_ag(TALLOC_CTX *mem_ctx,
{
TALLOC_CTX *tmp_ctx = talloc_new(mem_ctx);
struct ldb_dn *root_base_dn = ldb_get_root_basedn(ldb);
- struct ldb_dn *default_base_dn = ldb_get_default_basedn(ldb);
struct ldb_dn *schema_base_dn = ldb_get_schema_basedn(ldb);
struct ldb_dn *config_base_dn = ldb_get_config_basedn(ldb);
const struct dom_sid *domain_sid = samdb_domain_sid(ldb);