summaryrefslogtreecommitdiff
path: root/source4/dsdb/common
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-01 11:36:36 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-01 05:10:47 +0200
commit4d7dad13158fe6d998d7f63ed0f4ac7935a29bf8 (patch)
treebb6c7475a1538d19aea6d7d92dc6422a96f34623 /source4/dsdb/common
parent8557c692f613847d190891b6d79498f4e8fb9096 (diff)
downloadsamba-4d7dad13158fe6d998d7f63ed0f4ac7935a29bf8.tar.gz
samba-4d7dad13158fe6d998d7f63ed0f4ac7935a29bf8.tar.bz2
samba-4d7dad13158fe6d998d7f63ed0f4ac7935a29bf8.zip
s4-dsdb: Remove unused variables
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Sep 1 05:10:47 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/dsdb/common')
-rw-r--r--source4/dsdb/common/util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/dsdb/common/util.c b/source4/dsdb/common/util.c
index a2ff688cfa..086f2a5a1c 100644
--- a/source4/dsdb/common/util.c
+++ b/source4/dsdb/common/util.c
@@ -1643,10 +1643,7 @@ int samdb_reference_dn_is_our_ntdsa(struct ldb_context *ldb, struct ldb_dn *base
{
int ret;
struct ldb_dn *referenced_dn;
- NTSTATUS status;
TALLOC_CTX *tmp_ctx = talloc_new(ldb);
- struct GUID referenced_guid;
- const struct GUID *our_ntds_guid;
if (tmp_ctx == NULL) {
return LDB_ERR_OPERATIONS_ERROR;
}