r17124: fixed a bug which caused resolve_ads() to spin forever if one of the
commitf2faf11204e3ef0bc6a92554761cb0f0ac2a1103
authorAndrew Tridgell <tridge@samba.org>
Wed, 19 Jul 2006 00:13:01 +0000 (19 00:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:13 +0000 (10 11:38 -0500)
tree729eea4712d20a85414d2497830a7331d04d8858
parent97c665db90dc957e377f50092d7d8a6f63f5f2c0
r17124: fixed a bug which caused resolve_ads() to spin forever if one of the
DCs isn't resolvable in DNS. The fix is to leave that DC out of the
returned list of DCs. I think the original code intended that anyway,
just didn't quite get it right ('i' wasn't incremented in that code
path, so the loop didn't terminate)
(This used to be commit d7ec9f3cc0439e9e0f4c98988b14ae2155d931b9)
source3/libsmb/namequery.c