samba-vscan/global vscan-parameter.c,1.1.2.7,1.1.2.8

Rainer Link <[email protected]> Thu, 07 Apr 2005 10:20:41 +0000
Newsgroups gmane.comp.security.virus.openantivirus.cvs
Message-ID <[email protected]>
Update of /cvsroot/openantivirus/samba-vscan/global
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16260/global

Modified Files:
      Tag: VSCAN_0_3
	vscan-parameter.c 
Log Message:
added some missing pieces for the file regexp stuff


Index: vscan-parameter.c
===================================================================
RCS file: /cvsroot/openantivirus/samba-vscan/global/Attic/vscan-parameter.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-parameter.c	29 Mar 2005 19:20:22 -0000	1.1.2.7
+++ vscan-parameter.c	7 Apr 2005 10:20:39 -0000	1.1.2.8
@@ -83,6 +83,8 @@
 
 	/* file regexp exclude regexp */
 	pstrcpy(vscan_config->common.exclude_file_regexp, VSCAN_FT_EXCLUDE_REGEXP);
+	DEBUG(3, ("default value for file regexep exclude: %s\n", vscan_config->common.exclude_file_regexp));
+
 }
 
 /** 
@@ -209,7 +211,7 @@
                 DEBUG(3, ("lru file entry lifetime is: %li\n", (long)vscan_config->common.lrufiles_invalidate_time));
         } else if ( StrCaseCmp("exclude file types", param) == 0 ) {
                 pstrcpy(vscan_config->common.exclude_file_types, value);
-                DEBUG(3, ("Exclude list is: %s\n", vscan_config->common.exclude_file_types));
+                DEBUG(3, ("exclude file type list is: %s\n", vscan_config->common.exclude_file_types));
 	} else if ( StrCaseCmp("exclude file regexp", param) == 0 ) {
 		pstrcpy(vscan_config->common.exclude_file_regexp, value);
 		DEBUG(3, ("exclude file regexp is: %s\n", vscan_config->common.exclude_file_regexp));



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click