r25275: w2k3 (as PDC emulator) returns WERR_NO_SUCH_DOMAIN to netlogon_getanydcname()
commit9a9c164366a252ab8268b687699d54048ced993f
authorStefan Metzmacher <metze@samba.org>
Fri, 21 Sep 2007 10:25:33 +0000 (21 10:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:56 +0000 (10 12:30 -0500)
tree23cb5e6496ceceed1541abf4257a92577649d548
parentf6f64cf0b51f2fb841bd1c0f800c66114c213577
r25275: w2k3 (as PDC emulator) returns WERR_NO_SUCH_DOMAIN to netlogon_getanydcname()
when called for it's own domain. So we should use netlogon_getdcname() which
returns WERR_OK:-)

gd: feel free to usage rpccli_netlogon_dsr_getdcname(), but please make sure
    the new WINBIND-STRUCT-GETDCNAME test is still passing.

metze
source/winbindd/winbindd_misc.c