You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2005/01/05 18:34:22 UTC

svn commit: r124231 - /apr/apr-util/branches/1.0.x/include/apr_ldap.hw /apr/apr-util/branches/1.0.x/ldap/apr_ldap_init.c

Author: minfrin
Date: Wed Jan  5 09:34:15 2005
New Revision: 124231

URL: http://svn.apache.org/viewcvs?view=rev&rev=124231
Log:
Revert source incompatible change from v1.0.x

Modified:
   apr/apr-util/branches/1.0.x/include/apr_ldap.hw
   apr/apr-util/branches/1.0.x/ldap/apr_ldap_init.c

Modified: apr/apr-util/branches/1.0.x/include/apr_ldap.hw
Url: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.0.x/include/apr_ldap.hw?view=diff&rev=124231&p1=apr/apr-util/branches/1.0.x/include/apr_ldap.hw&r1=124230&p2=apr/apr-util/branches/1.0.x/include/apr_ldap.hw&r2=124231
==============================================================================
--- apr/apr-util/branches/1.0.x/include/apr_ldap.hw	(original)
+++ apr/apr-util/branches/1.0.x/include/apr_ldap.hw	Wed Jan  5 09:34:15 2005
@@ -96,11 +96,6 @@
 #define APR_HAS_LDAP_SSLINIT 1
 #define APR_HAS_LDAPSSL_INIT 0
 
-/*
- * On Windows, ldap_start_tls_s is defined with 5 parameters instead
- * of the standard 3.
- */
-#define APR_HAS_LDAP_START_TLS_S5 1
 
 /*
  * Make sure the secure LDAP port is defined

Modified: apr/apr-util/branches/1.0.x/ldap/apr_ldap_init.c
Url: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.0.x/ldap/apr_ldap_init.c?view=diff&rev=124231&p1=apr/apr-util/branches/1.0.x/ldap/apr_ldap_init.c&r1=124230&p2=apr/apr-util/branches/1.0.x/ldap/apr_ldap_init.c&r2=124231
==============================================================================
--- apr/apr-util/branches/1.0.x/ldap/apr_ldap_init.c	(original)
+++ apr/apr-util/branches/1.0.x/ldap/apr_ldap_init.c	Wed Jan  5 09:34:15 2005
@@ -374,7 +374,7 @@
 #endif
             }
             else {
-#if APR_HAS_LDAP_START_TLS_S5
+#if APR_HAS_LDAP_START_TLS_S
                 if (APR_LDAP_OPT_TLS_DEMAND == secure) {
                     *ldap = ldap_init(hostname, portno);
                     if (NULL != *ldap) {