Back out previous commit - files apart from test.c

This commit is contained in:
Luke Howard 2003-10-18 16:01:16 +00:00
parent 32a9ad1be8
commit bb6f9f4c53
2 changed files with 0 additions and 6 deletions

View file

@ -30,11 +30,7 @@
#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

View 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
}
}