r9709: Fix two bugs found by Brian Moran: Any request sent to winbind while the child
authorVolker Lendecke <vlendec@samba.org>
Sun, 28 Aug 2005 09:19:10 +0000 (09:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:03:24 +0000 (11:03 -0500)
commitd79b179b7f9d2efa4f8ee47bfe386e90d8b58322
tree8632ea23c4178558b0d0412dfbe7fee512285ee5
parentb1524999e0b4fc99d213fc6e56182a8fa8e88ef1
r9709: Fix two bugs found by Brian Moran: Any request sent to winbind while the child
in question is still initializing overwrites domain->dcname. Only overwrite if
the parent actually has sent a dcname and thus really knows it. Second,
ntlm_auth needs the error code, not just the fact it failed.

Jerry, the 3_0 part might qualify as a "recommended patch".

Thanks,

Volker
source/nsswitch/winbindd_dual.c
source/nsswitch/winbindd_util.c