[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:26:27 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit d46d32b7237f8950bda6ce4cf432b0320a01c1d5
Author: Török Edvin <edwin at clamav.net>
Date:   Wed Mar 24 19:14:24 2010 +0200

    Fix typo
    
    (thanks Tomasz).

diff --git a/clamd/clamd.c b/clamd/clamd.c
index d77bf46..5816459 100644
--- a/clamd/clamd.c
+++ b/clamd/clamd.c
@@ -428,7 +428,7 @@ int main(int argc, char **argv)
 	    break;
 	}
     }
-    if((opt = optget(opts,"BytecodeSecurity"))->enabled) {
+    if((opt = optget(opts,"BytecodeTimeout"))->enabled) {
 	cl_engine_set_num(engine, CL_ENGINE_BYTECODE_TIMEOUT, opt->numarg);
     }
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list