The Samba-Bugzilla – Attachment 1672 Details for
Bug 3346
Upgrading from 3.0.14a or 3.0.20b to 3.0.21 fails via Firefox/Thunderbird
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed (preliminary!!) patch
sparc.diff (text/plain), 712 bytes, created by
Volker Lendecke
on 2006-01-12 07:47:49 UTC
(
hide
)
Description:
Proposed (preliminary!!) patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2006-01-12 07:47:49 UTC
Size:
712 bytes
patch
obsolete
>Index: smbd/oplock.c >=================================================================== >--- smbd/oplock.c (Revision 12836) >+++ smbd/oplock.c (Arbeitskopie) >@@ -370,7 +370,8 @@ > static void process_oplock_break_message(int msg_type, struct process_id src, > void *buf, size_t len) > { >- struct share_mode_entry *msg = buf; >+ struct share_mode_entry mymsg; >+ struct share_mode_entry *msg = &mymsg; > files_struct *fsp; > char *break_msg; > BOOL break_to_level2 = False; >@@ -386,6 +387,8 @@ > return; > } > >+ memcpy(&mymsg, buf, sizeof(mymsg)); >+ > DEBUG(10, ("Got oplock break message from pid %d: %d/%d/%d\n", > (int)procid_to_pid(&src), (int)msg->dev, (int)msg->inode, > (int)msg->share_file_id));
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 3346
:
1645
|
1672
|
1673
|
1690
|
1691
|
1692
|
1693
|
1694