1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3:idmap_tdb2: get rid of an extra variable in idmap_tdb2_db_init().

This commit is contained in:
Michael Adam 2010-06-16 09:31:53 +02:00
parent d27992e708
commit 627b9aa4b7

View File

@ -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) {