[SCM] Samba Shared Repository - branch v3-5-test updated

Michael Adam obnox at samba.org
Wed Nov 11 06:56:31 MST 2009


The branch, v3-5-test has been updated
       via  d363850... s3:vfs_fs_capabilities: fix a debug message
      from  f78b83c... s3/configure: Disable the automatic merged build.

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


- Log -----------------------------------------------------------------
commit d363850787da9217a4f26e3b8a9fb401e75b740e
Author: Michael Adam <obnox at samba.org>
Date:   Wed Nov 11 00:13:14 2009 +0100

    s3:vfs_fs_capabilities: fix a debug message
    
    Michael
    
    Signed-off-by: Michael Adam <obnox at samba.org>

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c
index b40e2ce..17237ac 100644
--- a/source3/modules/vfs_default.c
+++ b/source3/modules/vfs_default.c
@@ -148,7 +148,7 @@ static uint32_t vfswrap_fs_capabilities(struct vfs_handle_struct *handle,
 			"resolution of %s "
 			"available on share %s, directory %s\n",
 			*p_ts_res == TIMESTAMP_SET_MSEC ? "msec" : "sec",
-			lp_servicename(conn->cnum),
+			lp_servicename(conn->params->service),
 			conn->connectpath ));
 	}
 	TALLOC_FREE(smb_fname_cpath);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list