Skip to content

Commit 4d139a6

Browse files
committed
Increase error message size
1 parent af455b4 commit 4d139a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#define VERSION "DragonFly Mail Agent " DMA_VERSION
5050

5151
#define BUF_SIZE 2048
52-
#define ERRMSG_SIZE 200
52+
#define ERRMSG_SIZE 1024
5353
#define USERNAME_SIZE 50
5454
#define MIN_RETRY 300 /* 5 minutes */
5555
#define MAX_RETRY (3*60*60) /* retry at least every 3 hours */

0 commit comments

Comments
 (0)