diff options
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index c5ceb6cc69..3f6d02ec29 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -2081,11 +2081,7 @@ NTSTATUS cm_connect_sam(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, char *domain_name = NULL; if (sid_check_is_domain(&domain->sid)) { - result = open_internal_samr_conn(mem_ctx, domain, cli, sam_handle); - if (!NT_STATUS_IS_OK(result)) { - return result; - } - return NT_STATUS_OK; + return open_internal_samr_conn(mem_ctx, domain, cli, sam_handle); } result = init_dc_connection_rpc(domain); |