The Samba-Bugzilla – Attachment 511 Details for
Bug 1345
Macromedia Homesite cannot connect anymore after upgrade to 3.0.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for macromedia bug.
look (text/plain), 385 bytes, created by
Jeremy Allison
on 2004-05-13 18:19:17 UTC
(
hide
)
Description:
Patch for macromedia bug.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2004-05-13 18:19:17 UTC
Size:
385 bytes
patch
obsolete
>Index: smbd/filename.c >=================================================================== >--- smbd/filename.c (revision 706) >+++ smbd/filename.c (working copy) >@@ -132,6 +132,10 @@ > if (!*name) { > name[0] = '.'; > name[1] = '\0'; >+ if (SMB_VFS_STAT(conn,name,&st) == 0) { >+ *pst = st; >+ } >+ DEBUG(5,("conversion finished %s -> %s\n",orig_path, name)); > return(True); > } >
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 1345
: 511