]> git.pld-linux.org Git - packages/exim.git/blame - exim-spam-timeout.patch
Rel 14; fix segfault in srs
[packages/exim.git] / exim-spam-timeout.patch
CommitLineData
f4d0d081
AM
1--- exim-4.86/src/spam.c~ 2015-07-23 23:20:37.000000000 +0200
2+++ exim-4.86/src/spam.c 2015-07-29 10:41:57.918864020 +0200
3@@ -344,7 +344,7 @@ start = time(NULL);
f4d0d081
AM
4 for (;;)
5 {
b6b7ca7f 6 /*XXX could potentially use TFO early-data here */
bc62d876
AM
7- if ( (spamd_cctx.sock = ip_streamsocket(sd->hostspec, &errstr, 5, NULL)) >= 0
8+ if ( (spamd_cctx.sock = ip_streamsocket(sd->hostspec, &errstr, 15, NULL)) >= 0
f4d0d081
AM
9 || sd->retry <= 0
10 )
11 break;
b6b7ca7f 12
This page took 0.583081 seconds and 4 git commands to generate.