diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-04-14 07:40:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:33 -0500 |
commit | e284a262942eb8c69d7862cb61bf4542baec6032 (patch) | |
tree | 74c000adaa7fbe5b73e943272050d612112ff3a3 /source4/torture | |
parent | 8c4e06004cf5e95ea861440ef0ec0b4ddacf4c10 (diff) | |
download | samba-e284a262942eb8c69d7862cb61bf4542baec6032.tar.gz samba-e284a262942eb8c69d7862cb61bf4542baec6032.tar.bz2 samba-e284a262942eb8c69d7862cb61bf4542baec6032.zip |
r6338: ADS style GETDC response now works well enough that WinXP can join
Samba4 without Samba3 nmbd
(This used to be commit f4d07d7d3b6973b503d8c98f177471dd6cebfa92)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/nbt/dgram.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |