mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Revert previous, it was only masking the real problem. And caused more...
This commit is contained in:
parent
0e69c86461
commit
870c3cb5c6
1 changed files with 2 additions and 2 deletions
|
|
@ -1227,8 +1227,8 @@ int connection_read(ber_socket_t s)
|
|||
}
|
||||
#endif
|
||||
|
||||
/* #define CONNECTION_INPUT_LOOP 1 */
|
||||
#define DATA_READY_LOOP 1
|
||||
#define CONNECTION_INPUT_LOOP 1
|
||||
/* #define DATA_READY_LOOP 1 */
|
||||
|
||||
do
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue