summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_tdb2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-06-16 09:31:53 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:46 +0200
commit627b9aa4b7ccc87938c864a9be19e23b404d3fa1 (patch)
tree1460ac90d7ef9baa521fb6e4d985072e3fcb4df9 /source3/winbindd/idmap_tdb2.c
parentd27992e70837850136b93b93886740c77ead0416 (diff)
downloadsamba-627b9aa4b7ccc87938c864a9be19e23b404d3fa1.tar.gz
samba-627b9aa4b7ccc87938c864a9be19e23b404d3fa1.tar.bz2
samba-627b9aa4b7ccc87938c864a9be19e23b404d3fa1.zip
s3:idmap_tdb2: get rid of an extra variable in idmap_tdb2_db_init().
Diffstat (limited to 'source3/winbindd/idmap_tdb2.c')
-rw-r--r--source3/winbindd/idmap_tdb2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c
index 096e3a9411..e80d21c9b8 100644
--- a/source3/winbindd/idmap_tdb2.c
+++ b/source3/winbindd/idmap_tdb2.c
@@ -272,7 +272,6 @@ static NTSTATUS idmap_tdb2_db_init(struct idmap_domain *dom,
{
NTSTATUS ret;
struct idmap_tdb2_context *ctx;
- NTSTATUS status;
ctx = talloc_zero(dom, struct idmap_tdb2_context);
if ( ! ctx) {