X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Foptions.c;h=7e6de7f206c5606d6e0524ab1b38d65c70b80ab1;hb=fff5d3de601a7a980cf7554e3f2e6f4d7ceda834;hp=3360fa3ab49f83a0a0ae943c7165378d3ce98a2e;hpb=c4f5497ac62e309b3aecf08897908d4f955351f5;p=openldap diff --git a/libraries/libldap/options.c b/libraries/libldap/options.c index 3360fa3ab4..7e6de7f206 100644 --- a/libraries/libldap/options.c +++ b/libraries/libldap/options.c @@ -1,6 +1,6 @@ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. + * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ @@ -585,7 +585,7 @@ ldap_set_option( default: #ifdef HAVE_TLS - if ( ldap_pvt_tls_set_option( lo, option, (void *)invalue ) == 0 ) + if ( ldap_pvt_tls_set_option( ld, option, (void *)invalue ) == 0 ) return LDAP_OPT_SUCCESS; #endif #ifdef HAVE_CYRUS_SASL