The Samba-Bugzilla – Attachment 7032 Details for
Bug 8384
Windows XP clients seem to crash smbd process every once in a while
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Raw patch on top of attachment 7028.
look (text/plain), 583 bytes, created by
Jeremy Allison
on 2011-10-25 16:46:49 UTC
(
hide
)
Description:
Raw patch on top of attachment 7028.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2011-10-25 16:46:49 UTC
Size:
583 bytes
patch
obsolete
>diff --git a/source3/rpc_server/spoolss/srv_spoolss_nt.c b/source3/rpc_server/spoolss/srv_spoolss_nt.c >index c886f34..49bbee1 100644 >--- a/source3/rpc_server/spoolss/srv_spoolss_nt.c >+++ b/source3/rpc_server/spoolss/srv_spoolss_nt.c >@@ -2598,7 +2598,7 @@ static bool srv_spoolss_replyopenprinter(int snum, const char *printer, > /* the +2 is to strip the leading 2 backslashs */ > fstrcpy(unix_printer, printer + 2); > >- chan = talloc_zero(back_channels, struct notify_back_channel); >+ chan = talloc_zero(NULL, struct notify_back_channel); > if (!chan) { > return false; > }
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 8384
:
6792
|
7026
|
7028
| 7032 |
7045
|
7062