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:
parent
d27992e708
commit
627b9aa4b7
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user