[exim-dev] [Bug 1057] Patch: Allow multiple TCP clamd scanni…

Pàgina inicial
Delete this message
Reply to this message
Autor: Arkadiusz Miskiewicz
Data:  
A: exim-dev
Assumptes vells: [exim-dev] [Bug 1057] New: Patch: Allow multiple TCP clamd scanning servers
Assumpte: [exim-dev] [Bug 1057] Patch: Allow multiple TCP clamd scanning servers
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1057

Arkadiusz Miskiewicz <arekm@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arekm@???





--- Comment #9 from Arkadiusz Miskiewicz <arekm@???>  2011-10-21 08:07:05 ---
Some gcc (using latest gcc 4.6 from gcc 4.6 svn branch) don't like things like
this:
            log_write(0, LOG_MAIN|LOG_PANIC,
                  "More than " MAX_CLAMD_SERVERS " clamd servers specified; "
                  "only using the first " MAX_CLAMD_SERVERS );


malware.c:1381:35: error: expected ‘)’ before numeric constant

MAX_CLAMD... have to be string


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email