s3:idmap_autorid: remove redundant code
authorMichael Adam <obnox@samba.org>
Thu, 9 Jun 2011 22:50:42 +0000 (00:50 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 20 Jun 2011 12:56:29 +0000 (14:56 +0200)
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Jun 20 14:56:29 CEST 2011 on sn-devel-104

source3/winbindd/idmap_autorid.c

index ab533d97f18b18a843fe784b29b9f908fc354f6b..cddbff2d478b039af2c5056e30590a3a396d8693 100644 (file)
@@ -530,10 +530,6 @@ static NTSTATUS idmap_autorid_initialize(struct idmap_domain *dom)
 
        dom->private_data = config;
 
-       if (!NT_STATUS_IS_OK(status)) {
-               goto error;
-       }
-
        goto done;
 
 error: