changeset 29047:71b1a76cd64a

(ERROR_MAX): Increase to 160.
author Dave Love <fx@gnu.org>
date Sun, 21 May 2000 11:05:07 +0000
parents 7d5565d3cf32
children 6acf33a97675
files lib-src/pop.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/pop.c	Sun May 21 11:02:50 2000 +0000
+++ b/lib-src/pop.c	Sun May 21 11:05:07 2000 +0000
@@ -138,7 +138,8 @@
 static void pop_trash _P((popserver));
 static char *find_crlf _P((char *, int));
 
-#define ERROR_MAX 80		/* a pretty arbitrary size */
+#define ERROR_MAX 160		/* a pretty arbitrary size, but needs
+				   to be bigger than the one-time 80 */
 #define POP_PORT 110
 #define KPOP_PORT 1109
 #define POP_SERVICE "pop3"	/* we don't want the POP2 port! */