The Samba-Bugzilla – Attachment 2808 Details for
Bug 4777
msdfs support fails to support a dir of "deep" paths
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.0.25c
look (text/plain), 595 bytes, created by
Jeremy Allison
on 2007-07-11 18:38:43 UTC
(
hide
)
Description:
Patch for 3.0.25c
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2007-07-11 18:38:43 UTC
Size:
595 bytes
patch
obsolete
>Index: libsmb/errormap.c >=================================================================== >--- libsmb/errormap.c (revision 23844) >+++ libsmb/errormap.c (working copy) >@@ -1521,6 +1521,9 @@ > { ENOMEM, ERRDOS, ERRnomem, NT_STATUS_NO_MEMORY }, > { EISDIR, ERRDOS, ERRnoaccess, NT_STATUS_FILE_IS_A_DIRECTORY}, > { EMLINK, ERRDOS, ERRgeneral, NT_STATUS_TOO_MANY_LINKS }, >+#ifdef ELOOP >+ { ELOOP, ERRDOS, ERRbadpath, NT_STATUS_OBJECT_PATH_NOT_FOUND }, >+#endif > #ifdef EDQUOT > { EDQUOT, ERRHRD, ERRdiskfull, NT_STATUS_DISK_FULL }, /* Windows apps need this, not NT_STATUS_QUOTA_EXCEEDED */ > #endif
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 4777
:
2806
|
2807
| 2808