The Samba-Bugzilla – Attachment 1634 Details for
Bug 3349
After upgrading from 3.0.20b to 3.0.21 clients hang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
become_root pair
oplock.diff (text/plain), 712 bytes, created by
Volker Lendecke
on 2005-12-23 15:37:54 UTC
(
hide
)
Description:
become_root pair
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2005-12-23 15:37:54 UTC
Size:
712 bytes
patch
obsolete
>Index: smbd/open.c >=================================================================== >--- smbd/open.c (Revision 12435) >+++ smbd/open.c (Arbeitskopie) >@@ -682,11 +682,15 @@ > } > > if (delay_it) { >+ BOOL ret; > DEBUG(10, ("Sending break request to PID %s\n", > procid_str_static(&exclusive->pid))); > exclusive->op_mid = get_current_mid(); >- if (!message_send_pid(exclusive->pid, MSG_SMB_BREAK_REQUEST, >- exclusive, sizeof(*exclusive), True)) { >+ become_root(); >+ ret = message_send_pid(exclusive->pid, MSG_SMB_BREAK_REQUEST, >+ exclusive, sizeof(*exclusive), True); >+ unbecome_root(); >+ if (!ret) { > DEBUG(3, ("Could not send oplock break message\n")); > } > file_free(fsp);
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 3349
:
1631
|
1632
|
1633
|
1634
|
1635