]> git.ipfire.org Git - people/ms/dma.git/commitdiff
Increase error message size
authorduraseb <sszulc@gmail.com>
Sat, 21 Nov 2015 17:55:44 +0000 (18:55 +0100)
committerduraseb <sszulc@gmail.com>
Tue, 22 Mar 2016 10:46:41 +0000 (11:46 +0100)
dma.h

diff --git a/dma.h b/dma.h
index acf5e44d07bcced8faf1420a05304323b4986fab..593417617d3d84dbf64333679523759b161ba004 100644 (file)
--- a/dma.h
+++ b/dma.h
@@ -49,7 +49,7 @@
 #define VERSION        "DragonFly Mail Agent " DMA_VERSION
 
 #define BUF_SIZE       2048
-#define ERRMSG_SIZE    200
+#define ERRMSG_SIZE    1024
 #define USERNAME_SIZE  50
 #define MIN_RETRY      300             /* 5 minutes */
 #define MAX_RETRY      (3*60*60)       /* retry at least every 3 hours */