defer_ok was not working if used on a callout with verify=header_sender.
[exim.git] / src / src / debug.c
index 3128b545fb648aa720d26055d25eb3e853cd1d8a..e3d43641bf7f9851b9089a53265612a0f40c1a0f 100644 (file)
@@ -1,16 +1,16 @@
-/* $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.3 2005/01/04 10:00:42 ph10 Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2004 */
+/* Copyright (c) University of Cambridge 1995 - 2005 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
 #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;