s3:idmap_autorid: remove redundant code
authorMichael Adam <obnox@samba.org>
Thu, 9 Jun 2011 22:50:42 +0000 (00:50 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 26 Jul 2011 19:50:20 +0000 (21:50 +0200)
The last 4 patches address bug #8213 (Fixes in idmap_autorid).
(cherry picked from commit a1a1a58101319034ea437544313591cb0fd7e7f3)

source3/winbindd/idmap_autorid.c

index 39f6731590ab731576eeb09a51693c9e605220a9..4028a46553cd6a9ce6f3952b9793d57be4e33d13 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: