summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-12-08 14:06:39 +0100
committerStefan Metzmacher <metze@samba.org>2017-06-22 13:07:40 +0200
commit8c4cef218af2f5464223e56bbde8d50acce79155 (patch)
tree32df6d14408ad4471220b985497e2d757dbb7a17 /source3/winbindd/winbindd_cm.c
parentb38570e5020fed0a6ba91d8cce7d8af1523bee90 (diff)
downloadsamba-8c4cef218af2f5464223e56bbde8d50acce79155.tar.gz
s3:libsmb: no longer pass remote_realm to cli_state_create()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_cm.c')
-rw-r--r--source3/winbindd/winbindd_cm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index 7566a301b7c..9b5054c4960 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -1030,8 +1030,7 @@ static NTSTATUS cm_prepare_connection(struct winbindd_domain *domain,
goto done;
}
- *cli = cli_state_create(NULL, sockfd,
- controller, domain->alt_name,
+ *cli = cli_state_create(NULL, sockfd, controller,
smb_sign_client_connections, flags);
if (*cli == NULL) {
close(sockfd);