summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-02-25 18:42:51 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-02-25 19:40:29 +0000
commitb9df1829d6afa37ef6576d04fc8845c1d20269b0 (patch)
tree96ae50feff49c45d0e9b4c18660d137a38a1cac0 /test/src
parent7bbb36214421667fcd0dd5b9462e647307d5a504 (diff)
downloadexim4-b9df1829d6afa37ef6576d04fc8845c1d20269b0.tar.gz
DKIM: rework error logging to pass strings back to caller for logging. Bug 966
Diffstat (limited to 'test/src')
-rw-r--r--test/src/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/client.c b/test/src/client.c
index a5e9e9da2..2c90d565c 100644
--- a/test/src/client.c
+++ b/test/src/client.c
@@ -529,7 +529,7 @@ static void
do_file(srv_ctx * srv, FILE * f, int timeout,
unsigned char * inbuffer, unsigned bsiz, unsigned char * inptr)
{
-unsigned char outbuffer[10240];
+unsigned char outbuffer[1024 * 20];
while (fgets(CS outbuffer, sizeof(outbuffer), f) != NULL)
{