mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 13:53:21 -05:00
Back out previous commit - files apart from test.c
This commit is contained in:
parent
32a9ad1be8
commit
bb6f9f4c53
2 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue