summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-02-11 14:31:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:38 -0500
commita309fed583609d19c74c6f3eb63d2113b2a337d3 (patch)
tree57047f1341219d2bb9347eff8a63e81fdc9baf4f /source3/libads
parentaa9132cc55d43d9d197e3196fc7098eec6e8615a (diff)
downloadsamba-a309fed583609d19c74c6f3eb63d2113b2a337d3.tar.gz
samba-a309fed583609d19c74c6f3eb63d2113b2a337d3.tar.bz2
samba-a309fed583609d19c74c6f3eb63d2113b2a337d3.zip
r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable netbios = yes'
(This used to be commit 75a223f1188ae0041c9e3c748af107d642f73810)
Diffstat (limited to 'source3/libads')
-rw-r--r--source3/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index c9bba72524..6e1b011c37 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -112,7 +112,7 @@ static int ldap_search_with_timeout(LDAP *ld,
TODO : add a negative connection cache in here leveraged off of the one
found in the rpc code. --jerry
*/
-static BOOL ads_try_connect(ADS_STRUCT *ads, const char *server, unsigned port)
+BOOL ads_try_connect(ADS_STRUCT *ads, const char *server, unsigned port)
{
char *srv;