summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-24 21:28:03 +0200
committerGünther Deschner <gd@samba.org>2008-04-24 22:01:51 +0200
commite66d452466514a16c15acf64cbb9494b46ea92c1 (patch)
treea758c77688b2ae74c0da22c41163e42952c1e5c3 /source3/winbindd
parent12b9be6d5e604818c6394e829a114c5ad829cc18 (diff)
downloadsamba-e66d452466514a16c15acf64cbb9494b46ea92c1.tar.gz
samba-e66d452466514a16c15acf64cbb9494b46ea92c1.tar.bz2
samba-e66d452466514a16c15acf64cbb9494b46ea92c1.zip
mailslot: allow to define nt_version in send_getdc_request().
Guenther (This used to be commit ce3728191b23badfd5eb92701e4cebf84273b61e)
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd_cm.c2
1 files changed, 1 insertions, 1 deletions
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);