From c8cfd756746b23165365acfe25909aab3a26ab8e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 10 Jun 2011 00:50:42 +0200 Subject: [PATCH] s3:idmap_autorid: remove redundant code Autobuild-User: Michael Adam Autobuild-Date: Mon Jun 20 14:56:29 CEST 2011 on sn-devel-104 --- source3/winbindd/idmap_autorid.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/winbindd/idmap_autorid.c b/source3/winbindd/idmap_autorid.c index ab533d97f18..cddbff2d478 100644 --- a/source3/winbindd/idmap_autorid.c +++ b/source3/winbindd/idmap_autorid.c @@ -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: -- 2.11.4.GIT