diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-25 18:42:51 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-25 19:40:29 +0000 |
commit | b9df1829d6afa37ef6576d04fc8845c1d20269b0 (patch) | |
tree | 96ae50feff49c45d0e9b4c18660d137a38a1cac0 /test/src/client.c | |
parent | 7bbb36214421667fcd0dd5b9462e647307d5a504 (diff) |
DKIM: rework error logging to pass strings back to caller for logging. Bug 966
Diffstat (limited to 'test/src/client.c')
-rw-r--r-- | test/src/client.c | 2 |
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) { |