The Samba-Bugzilla – Attachment 9420 Details for
Bug 10267
Windows 8 printing via local printer drivers does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
windows8_printer_driver_v4_XPS_PASS.patch
windows8_printer_driver_v4_XPS_PASS.patch (text/plain), 587 bytes, created by
Arvid Requate
on 2013-11-14 09:51:45 UTC
(
hide
)
Description:
windows8_printer_driver_v4_XPS_PASS.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2013-11-14 09:51:45 UTC
Size:
587 bytes
patch
obsolete
>diff -Naur samba-4.1.0.orig/source3/rpc_server/spoolss/srv_spoolss_nt.c samba-4.1.0/source3/rpc_server/spoolss/srv_spoolss_nt.c >--- samba-4.1.0.orig/source3/rpc_server/spoolss/srv_spoolss_nt.c 2013-11-13 16:07:20.000000000 +0100 >+++ samba-4.1.0/source3/rpc_server/spoolss/srv_spoolss_nt.c 2013-11-13 16:08:48.000000000 +0100 >@@ -5781,7 +5781,7 @@ > */ > > if (info_1->datatype) { >- if (strcmp(info_1->datatype, "RAW") != 0) { >+ if ((strcmp(info_1->datatype, "RAW") != 0) && (strcmp(info_1->datatype, "XPS_PASS") != 0)) { > *r->out.job_id = 0; > return WERR_INVALID_DATATYPE; > }
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 10267
:
9420
|
9433
|
9458
|
9459
|
9460