s3:idmap_tdb2: get rid of an extra variable in idmap_tdb2_db_init().
authorMichael Adam <obnox@samba.org>
Wed, 16 Jun 2010 07:31:53 +0000 (09:31 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 23 Jun 2010 09:24:10 +0000 (11:24 +0200)
source3/winbindd/idmap_tdb2.c

index 096e3a941144511389b6d75ea135879dc9ae32e7..e80d21c9b89b39ef1356dce2e26acbebedd06bda 100644 (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) {