From e284a262942eb8c69d7862cb61bf4542baec6032 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Apr 2005 07:40:23 +0000 Subject: r6338: ADS style GETDC response now works well enough that WinXP can join Samba4 without Samba3 nmbd (This used to be commit f4d07d7d3b6973b503d8c98f177471dd6cebfa92) --- source4/torture/nbt/dgram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/nbt/dgram.c') diff --git a/source4/torture/nbt/dgram.c b/source4/torture/nbt/dgram.c index b1dd92621c..5726e68471 100644 --- a/source4/torture/nbt/dgram.c +++ b/source4/torture/nbt/dgram.c @@ -297,7 +297,7 @@ BOOL torture_nbt_dgram(void) BOOL ret = True; name.name = lp_workgroup(); - name.type = NBT_NAME_PDC; + name.type = NBT_NAME_LOGON; name.scope = NULL; /* do an initial name resolution to find its IP */ -- cgit