svn commit: samba r3662 - in branches/SAMBA_3_0/source/modules: .

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


Author: jra
Date: 2004-11-10 19:34:13 +0000 (Wed, 10 Nov 2004)
New Revision: 3662

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

Log:
Fix dirent return.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/modules/vfs_full_audit.c


Changeset:
Modified: branches/SAMBA_3_0/source/modules/vfs_full_audit.c
===================================================================
--- branches/SAMBA_3_0/source/modules/vfs_full_audit.c	2004-11-10 19:33:59 UTC (rev 3661)
+++ branches/SAMBA_3_0/source/modules/vfs_full_audit.c	2004-11-10 19:34:13 UTC (rev 3662)
@@ -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