samba-vscan/f-secure vscan-fsav.c, 1.1.2.11, 1.1.2.12

Rainer Link <[email protected]> Mon, 21 May 2007 08:43:34 +0000
Newsgroups gmane.comp.security.virus.openantivirus.cvs
Message-ID <[email protected]>
Update of /cvsroot/openantivirus/samba-vscan/f-secure
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17398/f-secure

Modified Files:
      Tag: VSCAN_0_3
	vscan-fsav.c 
Log Message:
fix SMB_VFS_NEXT_CONNECT


Index: vscan-fsav.c
===================================================================
RCS file: /cvsroot/openantivirus/samba-vscan/f-secure/Attic/vscan-fsav.c,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -u -d -r1.1.2.11 -r1.1.2.12
--- vscan-fsav.c	19 May 2007 22:29:32 -0000	1.1.2.11
+++ vscan-fsav.c	21 May 2007 08:43:32 -0000	1.1.2.12
@@ -195,7 +195,7 @@
         fileregexp_init(vscan_config.common.exclude_file_regexp);
 
 	#if (SMB_VFS_INTERFACE_VERSION >= 21)
-	 return SMB_VFS_NEXT_CONNCT(handle, svc, user);	
+	 return SMB_VFS_NEXT_CONNECT(handle, svc, user);	
         #elif (SMB_VFS_INTERFACE_VERSION >= 6)
          return SMB_VFS_NEXT_CONNECT(handle, conn, svc, user);
         #else


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/