SOURCES: exim-malware-timeout.patch - ups

arekm arekm at pld-linux.org
Tue Jun 13 18:50:53 CEST 2006


Author: arekm                        Date: Tue Jun 13 16:50:53 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- ups

---- Files affected:
SOURCES:
   exim-malware-timeout.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/exim-malware-timeout.patch
diff -u SOURCES/exim-malware-timeout.patch:1.1 SOURCES/exim-malware-timeout.patch:1.2
--- SOURCES/exim-malware-timeout.patch:1.1	Tue Jun 13 18:42:07 2006
+++ SOURCES/exim-malware-timeout.patch	Tue Jun 13 18:50:48 2006
@@ -46,15 +46,6 @@
  
            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 */
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/exim-malware-timeout.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list