Removed '#define CHUNKED_READ' from citadel_ipc.c
authorArt Cancro <ajc@citadel.org>
Tue, 13 Nov 2007 17:19:53 +0000 (17:19 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 13 Nov 2007 17:19:53 +0000 (17:19 +0000)
It is still broken and should not be defined by default.

citadel/citadel_ipc.c

index 22675568113e60d05124673c20cb59c4df42ea2b..b679de7e34982eff75ed20540598be5a4eb70dd0 100644 (file)
@@ -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)