From: Howard Chu Date: Tue, 17 Dec 2002 04:56:41 +0000 (+0000) Subject: Revert previous, it was only masking the real problem. And caused more... X-Git-Tag: NO_SLAP_OP_BLOCKS~666 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=870c3cb5c66d53410ff2aa6ff086e701a77262c2;p=openldap Revert previous, it was only masking the real problem. And caused more... --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 9a18de7bd1..eaccc9cfa9 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -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 {