From 59eec193093ee770090fb60043330e7794a8d965 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 13 Nov 2007 17:19:53 +0000 Subject: [PATCH] Removed '#define CHUNKED_READ' from citadel_ipc.c It is still broken and should not be defined by default. --- citadel/citadel_ipc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/citadel/citadel_ipc.c b/citadel/citadel_ipc.c index 226755681..b679de7e3 100644 --- a/citadel/citadel_ipc.c +++ b/citadel/citadel_ipc.c @@ -2939,7 +2939,6 @@ ReadNetworkChunk(CtdlIPC* ipc) /* * input string from socket - implemented in terms of serv_read() */ -#define CHUNKED_READ #ifdef CHUNKED_READ static void CtdlIPC_getline(CtdlIPC* ipc, char *buf) -- 2.39.2