The Samba-Bugzilla – Attachment 1490 Details for
Bug 3088
Excel can not open XLS on read-only samba share
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch.
look (text/plain), 720 bytes, created by
Jeremy Allison
on 2005-10-05 15:36:09 UTC
(
hide
)
Description:
Proposed patch.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2005-10-05 15:36:09 UTC
Size:
720 bytes
patch
obsolete
>Index: smbd/open.c >=================================================================== >--- smbd/open.c (revision 10740) >+++ smbd/open.c (working copy) >@@ -1507,22 +1507,6 @@ > fsp_open = open_file(fsp,conn,fname,psbuf,flags|flags2,unx_mode, > access_mask); > >- if (!fsp_open && (flags2 & O_EXCL) && (errno == EEXIST)) { >- /* >- * Two smbd's tried to open exclusively, but only one of them >- * succeeded. >- */ >- file_free(fsp); >- return NULL; >- } >- >- if (!fsp_open && (flags == O_RDWR) && (errno != ENOENT)) { >- if((fsp_open = open_file(fsp,conn,fname,psbuf, >- O_RDONLY,unx_mode,access_mask)) == True) { >- flags = O_RDONLY; >- } >- } >- > if (!fsp_open) { > if (lck != NULL) { > talloc_free(lck);
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 3088
:
1440
|
1441
|
1465
|
1466
|
1474
|
1475
|
1476
|
1481
|
1482
|
1483
|
1484
|
1485
|
1486
|
1487
| 1490