1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.

This commit is contained in:
Tim Prouty
2009-07-10 18:11:32 -07:00
parent 5a8d70d465
commit c9b8a01714
23 changed files with 313 additions and 264 deletions

View File

@ -72,7 +72,7 @@ static bool prime_cache(
DEBUG(module_debug,
("%s: doing readahead of %lld bytes at %lld for %s\n",
MODULE, (long long)g_readsz, (long long)*last,
fsp->fsp_name));
fsp_str_dbg(fsp)));
nread = sys_pread(fsp->fh->fd, g_readbuf, g_readsz, *last);
if (nread < 0) {