The Samba-Bugzilla – Attachment 1739 Details for
Bug 3522
CreateDirectory of a path name that exists on a Samba server (as a simple file) fails with wrong code/message.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch I've applied.
look (text/plain), 490 bytes, created by
Jeremy Allison
on 2006-02-17 20:00:32 UTC
(
hide
)
Description:
Patch I've applied.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2006-02-17 20:00:32 UTC
Size:
490 bytes
patch
obsolete
>Index: smbd/open.c >=================================================================== >--- smbd/open.c (revision 13558) >+++ smbd/open.c (working copy) >@@ -1802,12 +1802,6 @@ > return NULL; > } > >- if (dir_existed && !S_ISDIR(psbuf->st_mode)) { >- DEBUG(0,("open_directory: %s is not a directory !\n", fname )); >- set_saved_ntstatus(NT_STATUS_NOT_A_DIRECTORY); >- return NULL; >- } >- > switch( create_disposition ) { > case FILE_OPEN: > /* If directory exists open. If directory doesn't
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 3522
:
1737
|
1738
| 1739