From e66d452466514a16c15acf64cbb9494b46ea92c1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Apr 2008 21:28:03 +0200 Subject: mailslot: allow to define nt_version in send_getdc_request(). Guenther (This used to be commit ce3728191b23badfd5eb92701e4cebf84273b61e) --- source3/winbindd/winbindd_cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd') diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index 822f946e1a..863df6ec11 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -1093,7 +1093,7 @@ static bool dcip_to_name(TALLOC_CTX *mem_ctx, /* try GETDC requests next */ if (send_getdc_request(mem_ctx, winbind_messaging_context(), - pss, domain->name, &domain->sid)) { + pss, domain->name, &domain->sid, 1)) { const char *dc_name = NULL; int i; smb_msleep(100); -- cgit