]> git.pld-linux.org Git - packages/exim.git/commitdiff
- ups
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 13 Jun 2006 16:50:48 +0000 (16:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim-malware-timeout.patch -> 1.2

exim-malware-timeout.patch

index f010f9cf47c33284131757f0d1e62b26175217b2..5d9081e2ebeb97a3668a541d6c917abc2e3df166 100644 (file)
@@ -46,15 +46,6 @@ diff -urN exim-4.62.org/src/malware.c exim-4.62/src/malware.c
  
            if (bread < 0) {
              log_write(0, LOG_MAIN|LOG_PANIC,
-@@ -1171,7 +1173,7 @@
-       return DEFER;
-     }
--    result = read (clam_fd, clamav_fbuf, fsize);
-+    result = ip_recv (clam_fd, clamav_fbuf, fsize, MALWARE_TIMEOUT);
-     if (result == -1) {
-       (void)close(sockData);
-       (void)close(clam_fd);
 @@ -1238,7 +1240,7 @@
  
        /* Read the result */
This page took 0.03645 seconds and 4 git commands to generate.