]> git.sur5r.net Git - openldap/commitdiff
Back out previous commit - files apart from test.c
authorLuke Howard <lukeh@openldap.org>
Sat, 18 Oct 2003 16:01:16 +0000 (16:01 +0000)
committerLuke Howard <lukeh@openldap.org>
Sat, 18 Oct 2003 16:01:16 +0000 (16:01 +0000)
libraries/libldap/ldap-int.h
libraries/libldap/result.c

index 563a68ee2412c8d86883f300677c475410322852..00f092c68ac2ec7f7357677fe2aca5161daf7730 100644 (file)
 #include <sasl.h>
 #endif
 
-#if 1
-#define SASL_MAX_BUFF_SIZE     262144
-#else
 #define SASL_MAX_BUFF_SIZE     65536
-#endif
 #define SASL_MIN_BUFF_SIZE     4096
 #endif
 
index 2d9ae0e166e2cce7b0a0ccf28d3a897f69aee819..a5a9a7ab35e549e5d88c1f0a55f3ef3d07da38cb 100644 (file)
@@ -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
                }
        }