summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-06-10 00:50:42 +0200
committerMichael Adam <obnox@samba.org>2011-06-20 14:56:29 +0200
commitc8cfd756746b23165365acfe25909aab3a26ab8e (patch)
tree05f688c6a2b17bff578797a7da42226af2dd433c /source3
parentd278eba7841bd8aaefc1970ea08e6aa4e4914ef0 (diff)
downloadsamba-c8cfd756746b23165365acfe25909aab3a26ab8e.tar.gz
samba-c8cfd756746b23165365acfe25909aab3a26ab8e.tar.bz2
samba-c8cfd756746b23165365acfe25909aab3a26ab8e.zip
s3:idmap_autorid: remove redundant code
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Jun 20 14:56:29 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r--source3/winbindd/idmap_autorid.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/winbindd/idmap_autorid.c b/source3/winbindd/idmap_autorid.c
index ab533d97f1..cddbff2d47 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: