From bb6f9f4c53539eb9e522db046d8e4f019dc75c35 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sat, 18 Oct 2003 16:01:16 +0000 Subject: [PATCH] Back out previous commit - files apart from test.c --- libraries/libldap/ldap-int.h | 4 ---- libraries/libldap/result.c | 2 -- 2 files changed, 6 deletions(-) diff --git a/libraries/libldap/ldap-int.h b/libraries/libldap/ldap-int.h index 563a68ee24..00f092c68a 100644 --- a/libraries/libldap/ldap-int.h +++ b/libraries/libldap/ldap-int.h @@ -30,11 +30,7 @@ #include #endif -#if 1 -#define SASL_MAX_BUFF_SIZE 262144 -#else #define SASL_MAX_BUFF_SIZE 65536 -#endif #define SASL_MIN_BUFF_SIZE 4096 #endif diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index 2d9ae0e166..a5a9a7ab35 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -808,11 +808,9 @@ lr->lr_res_matched ? lr->lr_res_matched : "" ); ldap_free_request( ld, lr ); } -#if 0 if ( lc != NULL ) { ldap_free_connection( ld, lc, 0, 1 ); } -#endif } } -- 2.39.5