Update of /cvsroot/openantivirus/samba-vscan/icap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7275
Modified Files:
Tag: VSCAN_0_3
vscan-icap.c
Log Message:
bugfix, assemly of file path is now correct again
Index: vscan-icap.c
===================================================================
RCS file: /cvsroot/openantivirus/samba-vscan/icap/vscan-icap.c,v
retrieving revision 1.14.2.6
retrieving revision 1.14.2.7
diff -u -d -r1.14.2.6 -r1.14.2.7
--- vscan-icap.c 10 Apr 2005 15:22:51 -0000 1.14.2.6
+++ vscan-icap.c 20 Apr 2005 19:37:52 -0000 1.14.2.7
@@ -194,6 +194,7 @@
int rc;
/* Assemble complete file path */
+ pstrcpy(filepath, conn->connectpath);
pstrcat(filepath, "/");
pstrcat(filepath, fname);
-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
|