diff options
author | Michael Adam <obnox@samba.org> | 2009-11-11 00:13:14 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-11-11 14:50:17 +0100 |
commit | 73860163e79958ce397b63262bcdb36848c2f94b (patch) | |
tree | 04d5ff84a905b6581b6019677307513539cf3c3f | |
parent | 594426a99800d86b0be092b248ae0c558861ca04 (diff) | |
download | samba-73860163e79958ce397b63262bcdb36848c2f94b.tar.gz samba-73860163e79958ce397b63262bcdb36848c2f94b.tar.bz2 samba-73860163e79958ce397b63262bcdb36848c2f94b.zip |
s3:vfs_fs_capabilities: fix a debug message
Michael
-rw-r--r-- | source3/modules/vfs_default.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index b40e2ce27a..17237ac83f 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); |