[SCM] Samba Shared Repository - branch master updated - a78ac8a46be3e7c1cf3004b85aa1ec4d0330e5d2

Jim McDonough jmcd at samba.org
Thu Sep 25 00:52:18 GMT 2008


The branch, master has been updated
       via  a78ac8a46be3e7c1cf3004b85aa1ec4d0330e5d2 (commit)
      from  3eb122069b9f81196ac658375fcb828924af3e94 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a78ac8a46be3e7c1cf3004b85aa1ec4d0330e5d2
Author: Jim McDonough <jmcd at samba.org>
Date:   Wed Sep 24 20:47:03 2008 -0400

    Fix the new vfs_smb_traffic_analyzer build for static links

-----------------------------------------------------------------------

Summary of changes:
 source3/modules/vfs_smb_traffic_analyzer.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_smb_traffic_analyzer.c b/source3/modules/vfs_smb_traffic_analyzer.c
index 4faa041..2378591 100644
--- a/source3/modules/vfs_smb_traffic_analyzer.c
+++ b/source3/modules/vfs_smb_traffic_analyzer.c
@@ -36,7 +36,7 @@ extern userdom_struct current_user_info;
 
 static int vfs_smb_traffic_analyzer_debug_level = DBGC_VFS;
 
-NTSTATUS init_samba_module(void);
+NTSTATUS vfs_smb_traffic_analyzer_init(void);
 
 static ssize_t smb_traffic_analyzer_write(vfs_handle_struct *handle,
 		files_struct *fsp, const void *data, size_t n);
@@ -71,7 +71,7 @@ static vfs_op_tuple smb_traffic_analyzer_tuples[] = {
 
 /* Module initialization */
 
-NTSTATUS init_samba_module(void)
+NTSTATUS vfs_smb_traffic_analyzer_init(void)
 {
 	NTSTATUS ret = smb_register_vfs(SMB_VFS_INTERFACE_VERSION, \
 		"smb_traffic_analyzer",	smb_traffic_analyzer_tuples);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list