diff options
author | Gerald Carter <jerry@samba.org> | 2003-06-25 19:00:15 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-06-25 19:00:15 +0000 |
commit | 72876b79c9b3f0ab3cda6de42d5c8995aadd687e (patch) | |
tree | e8812346edaf22118010c0d47adfb96b01e6623a /source3/nsswitch/winbindd_cm.c | |
parent | 9e2f008bb99af8fd83136cbd8e5a785d5348276b (diff) | |
download | samba-72876b79c9b3f0ab3cda6de42d5c8995aadd687e.tar.gz samba-72876b79c9b3f0ab3cda6de42d5c8995aadd687e.tar.bz2 samba-72876b79c9b3f0ab3cda6de42d5c8995aadd687e.zip |
* fix typos in a few debug statements
* check negative connection cache before ads_try_connect()
in ads_find_dc()
(This used to be commit 2a76101a3a31f5fca2f444b25e3f0486f7ef406f)
Diffstat (limited to 'source3/nsswitch/winbindd_cm.c')
-rw-r--r-- | source3/nsswitch/winbindd_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index befd1d562c..9f5bf3f11a 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -94,7 +94,7 @@ static BOOL ads_dc_name(const char *domain, struct in_addr *dc_ip, fstring srv_n /* we don't need to bind, just connect */ ads->auth.flags |= ADS_AUTH_NO_BIND; - DEBUG(4,("cm_ads_find_dc: domain=%s\n", domain)); + DEBUG(4,("ads_dc_name: domain=%s\n", domain)); #ifdef HAVE_ADS /* a full ads_connect() is actually overkill, as we don't srictly need |