svn commit: samba r15931 - in trunk/source/modules: .

vlendec at samba.org vlendec at samba.org
Mon May 29 11:39:07 GMT 2006


Author: vlendec
Date: 2006-05-29 11:39:07 +0000 (Mon, 29 May 2006)
New Revision: 15931

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15931

Log:
Fix the build
Modified:
   trunk/source/modules/vfs_catia.c


Changeset:
Modified: trunk/source/modules/vfs_catia.c
===================================================================
--- trunk/source/modules/vfs_catia.c	2006-05-29 10:59:43 UTC (rev 15930)
+++ trunk/source/modules/vfs_catia.c	2006-05-29 11:39:07 UTC (rev 15931)
@@ -71,7 +71,7 @@
         catia_string_replace(s, '\xb1', ' ');
 }
 
-static SMB_STRUCT_DIR *catia_opendir(vfs_handle_struct *handle, connection_struct 
+static SMB_STRUCT_DIR *catia_opendir(vfs_handle_struct *handle,
 			  const char *fname, const char *mask, uint32 attr)
 {
         pstring name;



More information about the samba-cvs mailing list