]> git.pld-linux.org Git - packages/exim.git/blobdiff - exim-spam-timeout.patch
- rel 14; tiny upstream fixes
[packages/exim.git] / exim-spam-timeout.patch
index 8ef66bd69aa008b81876908d1cca95bfcdd9bf92..67eb22a9ae06c8707e9f4308d5e146f5a4ae13c4 100644 (file)
@@ -4,8 +4,8 @@
      for (;;)
        {
        /*XXX could potentially use TFO early-data here */
--      if (  (spamd_cctx.sock = ip_streamsocket(sd->hostspec, &errstr, 5)) >= 0
-+      if (  (spamd_cctx.sock = ip_streamsocket(sd->hostspec, &errstr, 15)) >= 0
+-      if (  (spamd_cctx.sock = ip_streamsocket(sd->hostspec, &errstr, 5, NULL)) >= 0
++      if (  (spamd_cctx.sock = ip_streamsocket(sd->hostspec, &errstr, 15, NULL)) >= 0
           || sd->retry <= 0
         )
        break;
This page took 0.036567 seconds and 4 git commands to generate.