diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-03 15:48:04 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-03 15:48:04 +0200 |
commit | 89b7b67a13ebb7965cc7f13ad0595e2194a2d34c (patch) | |
tree | 25efd77a90ae87236e6730d8ea3846bbe0fd126f /addons/clamav-0.90.1_output.patch |
add sqmail-4.2.29asqmail-4.2
Diffstat (limited to 'addons/clamav-0.90.1_output.patch')
-rw-r--r-- | addons/clamav-0.90.1_output.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/addons/clamav-0.90.1_output.patch b/addons/clamav-0.90.1_output.patch new file mode 100644 index 0000000..2ef5e27 --- /dev/null +++ b/addons/clamav-0.90.1_output.patch @@ -0,0 +1,20 @@ +--- output.c 2007-03-02 01:43:18.000000000 +0100 ++++ ../../clamav-0.90.1-mod/shared/output.c 2007-03-03 18:49:06.000000000 +0100 +@@ -266,7 +266,16 @@ + if(mprintf_disabled) + return; + +- fd = stdout; ++/* fd = stdout; */ ++ ++ ++/* fd = stdout; (missing flag 'mprintf_stdout') --eh. */ ++ ++ if(mprintf_stdout) ++ fd = stdout; ++ else ++ fd = stderr; ++ + + /* legend: + * ! - error |