The Samba-Bugzilla – Attachment 6776 Details for
Bug 8370
vfs_chown_fsp broken -- returns in the wrong directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 3.6.0
look (text/plain), 725 bytes, created by
Jeremy Allison
on 2011-08-11 16:28:49 UTC
(
hide
)
Description:
git-am fix for 3.6.0
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2011-08-11 16:28:49 UTC
Size:
725 bytes
patch
obsolete
>diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c >index bdcb8e4..de7aed0 100644 >--- a/source3/smbd/vfs.c >+++ b/source3/smbd/vfs.c >@@ -765,26 +765,9 @@ const char *vfs_readdirname(connection_struct *conn, void *p, > > int vfs_ChDir(connection_struct *conn, const char *path) > { >- int res; >- >- if (!LastDir) { >- LastDir = SMB_STRDUP(""); >- } >- >- if (strcsequal(path,".")) >- return(0); >- >- if (*path == '/' && strcsequal(LastDir,path)) >- return(0); >- > DEBUG(4,("vfs_ChDir to %s\n",path)); > >- res = SMB_VFS_CHDIR(conn,path); >- if (!res) { >- SAFE_FREE(LastDir); >- LastDir = SMB_STRDUP(path); >- } >- return(res); >+ return SMB_VFS_CHDIR(conn,path); > } > > /*******************************************************************
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 8370
:
6772
|
6776
|
6777
|
6778
|
6779