diff options
Diffstat (limited to 'mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap')
-rw-r--r-- | mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap b/mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap deleted file mode 100644 index 6da3393089bc..000000000000 --- a/mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap +++ /dev/null @@ -1,18 +0,0 @@ ---- perdition/db/ldap/perditiondb_ldap.c.orig Tue Dec 6 22:32:57 2005 -+++ perdition/db/ldap/perditiondb_ldap.c Tue Dec 6 22:38:31 2005 -@@ -334,9 +334,12 @@ - } - - /* Open LDAP connection */ --#if defined(LDAP_API_FEATURE_X_OPENLDAP) && (LDAP_API_VERSION > 2000) -- if (ldap_initialize(&connection, pldap_filter) != LDAP_SUCCESS) { -- VANESSA_LOGGER_DEBUG_ERRNO("ldap_initialize"); -+#if 0 -+//#if defined(LDAP_API_FEATURE_X_OPENLDAP) && (LDAP_API_VERSION > 2000) -+ err = ldap_initialize(&connection, pldap_filter); -+ if (err != LDAP_SUCCESS) { -+ VANESSA_LOGGER_DEBUG_UNSAFE("ldap_initialize: %s", -+ ldap_err2string(err)); - goto leave; - } - #else |