svn commit: samba r10239 - branches/SAMBA_3_0/source/modules trunk/source/modules

vlendec at samba.org vlendec at samba.org
Thu Sep 15 11:02:05 GMT 2005


Author: vlendec
Date: 2005-09-15 11:02:03 +0000 (Thu, 15 Sep 2005)
New Revision: 10239

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

Log:
Fix cut&paste error
Modified:
   branches/SAMBA_3_0/source/modules/vfs_full_audit.c
   trunk/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	2005-09-15 10:20:08 UTC (rev 10238)
+++ branches/SAMBA_3_0/source/modules/vfs_full_audit.c	2005-09-15 11:02:03 UTC (rev 10239)
@@ -888,7 +888,7 @@
 
 	result = SMB_VFS_NEXT_TELLDIR(handle, conn, dirp);
 
-	do_log(SMB_VFS_OP_OPENDIR, True, handle, "");
+	do_log(SMB_VFS_OP_TELLDIR, True, handle, "");
 
 	return result;
 }

Modified: trunk/source/modules/vfs_full_audit.c
===================================================================
--- trunk/source/modules/vfs_full_audit.c	2005-09-15 10:20:08 UTC (rev 10238)
+++ trunk/source/modules/vfs_full_audit.c	2005-09-15 11:02:03 UTC (rev 10239)
@@ -888,7 +888,7 @@
 
 	result = SMB_VFS_NEXT_TELLDIR(handle, conn, dirp);
 
-	do_log(SMB_VFS_OP_OPENDIR, True, handle, "");
+	do_log(SMB_VFS_OP_TELLDIR, True, handle, "");
 
 	return result;
 }



More information about the samba-cvs mailing list