summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-12-21 14:38:02 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-12-21 14:38:02 +0000
commitc2bcbe20d113563a876c2a05d25b1a2898bac5eb (patch)
tree150302f032a42040525cb8ec44b17ee1001f1390 /src
parent3ca0ba97c4bd4f8ece7f38b60280222020c1d024 (diff)
(1) Doubled size of debug_buffer. (2) Output from SpamAssassin test
changed because 96 hours have passed. Shows up the difficulty of testing such things...
Diffstat (limited to 'src')
-rw-r--r--src/src/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/debug.c b/src/src/debug.c
index 3128b545f..15b7917b1 100644
--- a/src/src/debug.c
+++ b/src/src/debug.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/debug.c,v 1.1 2004/10/07 10:39:01 ph10 Exp $ */
+/* $Cambridge: exim/src/src/debug.c,v 1.2 2004/12/21 14:38:02 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -10,7 +10,7 @@
#include "exim.h"
-static uschar debug_buffer[1024];
+static uschar debug_buffer[2048];
static uschar *debug_ptr = debug_buffer;
static int debug_prefix_length = 0;