[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4166-g4188755

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


The branch, v3-3-test has been updated
       via  41887550fbacae887d9ad28559cc8bdcc6ac84ac (commit)
      from  bd9499baa078ce3ea3640ce441a0e078b59a423f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 41887550fbacae887d9ad28559cc8bdcc6ac84ac
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:
 source/modules/vfs_smb_traffic_analyzer.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/modules/vfs_smb_traffic_analyzer.c b/source/modules/vfs_smb_traffic_analyzer.c
index 4faa041..2378591 100644
--- a/source/modules/vfs_smb_traffic_analyzer.c
+++ b/source/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