Browse code

Support VirusEvent in clamuko

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@215 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2004/01/28 06:39:13
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Tue Jan 27 22:36:31 CET 2004 (tk)
2
+---------------------------------
3
+  * clamd: clamuko: support VirusEvent (requested by Matt Butt
4
+		    <mattb*cre8tiv.com>)
5
+
1 6
 Tue Jan 27 14:04:51 GMT 2004 (trog)
2 7
 -----------------------------------
3 8
   * libclamav:  OLE2 unpacker - add big-endian support
... ...
@@ -184,6 +184,7 @@ void *clamukoth(void *arg)
184 184
 
185 185
 	    if(scan && cl_scanfile(acc.filename, &virname, NULL, tharg->root, tharg->limits, options) == CL_VIRUS) {
186 186
 		logg("Clamuko: %s: %s FOUND\n", acc.filename, virname);
187
+		virusaction(acc.filename, virname, tharg->copt);
187 188
 		acc.deny = 1;
188 189
 	    } else
189 190
 		acc.deny = 0;