1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

s3:vfs_fs_capabilities: fix a debug message

Michael
This commit is contained in:
Michael Adam 2009-11-11 00:13:14 +01:00
parent 594426a998
commit 73860163e7

View File

@ -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);