]> git.sur5r.net Git - openldap/commitdiff
Revert previous, it was only masking the real problem. And caused more...
authorHoward Chu <hyc@openldap.org>
Tue, 17 Dec 2002 04:56:41 +0000 (04:56 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 17 Dec 2002 04:56:41 +0000 (04:56 +0000)
servers/slapd/connection.c

index 9a18de7bd182872627397227b174d48443fee517..eaccc9cfa9df795041ae3375631aa8531ee265ad 100644 (file)
@@ -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
        {