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

jra at samba.org jra at samba.org
Wed Nov 10 19:34:00 GMT 2004


Author: jra
Date: 2004-11-10 19:33:59 +0000 (Wed, 10 Nov 2004)
New Revision: 3661

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

Log:
Fix dirent return.
Jeremy.

Modified:
   trunk/source/modules/vfs_full_audit.c


Changeset:
Modified: trunk/source/modules/vfs_full_audit.c
===================================================================
--- trunk/source/modules/vfs_full_audit.c	2004-11-10 16:50:15 UTC (rev 3660)
+++ trunk/source/modules/vfs_full_audit.c	2004-11-10 19:33:59 UTC (rev 3661)
@@ -84,7 +84,7 @@
 			   SMB_DISK_QUOTA *qt);
 static DIR *smb_full_audit_opendir(vfs_handle_struct *handle, connection_struct *conn,
 			  const char *fname);
-static struct dirent *smb_full_audit_readdir(vfs_handle_struct *handle,
+static SMB_STRUCT_DIRENT *smb_full_audit_readdir(vfs_handle_struct *handle,
 				    connection_struct *conn, DIR *dirp);
 static int smb_full_audit_mkdir(vfs_handle_struct *handle, connection_struct *conn,
 		       const char *path, mode_t mode);



More information about the samba-cvs mailing list