Update of /cvsroot/openantivirus/samba-vscan/f-secure
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30318
Modified Files:
Tag: VSCAN_0_3
vscan-fsav_core.c
Log Message:
cosmetics
Index: vscan-fsav_core.c
===================================================================
RCS file: /cvsroot/openantivirus/samba-vscan/f-secure/Attic/vscan-fsav_core.c,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -d -r1.1.2.7 -r1.1.2.8
--- vscan-fsav_core.c 3 Apr 2004 16:11:40 -0000 1.1.2.7
+++ vscan-fsav_core.c 3 Apr 2004 16:27:13 -0000 1.1.2.8
@@ -291,7 +291,7 @@
char *str;
size_t len;
- /* format is: "INFECTED\t/path/file\t<virusname>\n" */
+ /* format is: "INFECTED\t/path/file\t<virusname> <Engine>\n" */
/* some sanity checks ... */
len = strlen(result);
@@ -346,7 +346,6 @@
if (h->infected) {
/* virus found */
h->rc = 1;
- /* FIXME: is parsing of virus name possible based on fsavd
resonse?!? */
vscan_fsav_log_virus(file, h->virusname, client_ip);
} else {
if (h->fail) {
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
|