diff options
author | Michael Adam <obnox@samba.org> | 2010-06-16 09:31:53 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:46 +0200 |
commit | 627b9aa4b7ccc87938c864a9be19e23b404d3fa1 (patch) | |
tree | 1460ac90d7ef9baa521fb6e4d985072e3fcb4df9 | |
parent | d27992e70837850136b93b93886740c77ead0416 (diff) | |
download | samba-627b9aa4b7ccc87938c864a9be19e23b404d3fa1.tar.gz samba-627b9aa4b7ccc87938c864a9be19e23b404d3fa1.tar.bz2 samba-627b9aa4b7ccc87938c864a9be19e23b404d3fa1.zip |
s3:idmap_tdb2: get rid of an extra variable in idmap_tdb2_db_init().
-rw-r--r-- | source3/winbindd/idmap_tdb2.c | 1 |
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) { |