From 140bb288be426bf57fb46a3e4b012a07b6b60fc8 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 6 Sep 2012 18:53:00 +0300 Subject: s3-smbldap: use smbldap_ prefixed functions --- source3/libads/ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libads') diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 946c1a36a72..ca5962cf320 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -731,7 +731,7 @@ got_connection: ldap_set_option(ads->ldap.ld, LDAP_OPT_PROTOCOL_VERSION, &version); if ( lp_ldap_ssl_ads() ) { - status = ADS_ERROR(smb_ldap_start_tls(ads->ldap.ld, version)); + status = ADS_ERROR(smbldap_start_tls(ads->ldap.ld, version)); if (!ADS_ERR_OK(status)) { goto out; } -- cgit v1.2.1