The Samba-Bugzilla – Attachment 1056 Details for
Bug 2501
copy/delete files from win98 explorer doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch.
look (text/plain), 608 bytes, created by
Jeremy Allison
on 2005-03-21 11:06:29 UTC
(
hide
)
Description:
Proposed patch.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2005-03-21 11:06:29 UTC
Size:
608 bytes
patch
obsolete
>Index: smbd/dir.c >=================================================================== >--- smbd/dir.c (revision 5921) >+++ smbd/dir.c (working copy) >@@ -595,6 +595,13 @@ > BOOL dptr_SearchDir(struct dptr_struct *dptr, const char *name, long *poffset, SMB_STRUCT_STAT *pst) > { > ZERO_STRUCTP(pst); >+ >+ if (!dptr->has_wild && (dptr->dir_hnd->offset == -1)) { >+ /* This is a singleton directory and we're already at the end. */ >+ *poffset = -1; >+ return False; >+ } >+ > while (SearchDir(dptr->dir_hnd, name, poffset) == True) { > if (is_visible_file(dptr->conn, dptr->path, name, pst, True)) { > 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 2501
:
1054
|
1055
| 1056