Univention Bugzilla – Attachment 5628 Details for
Bug 33197
printing not possible with windows8 (8.1) if client-side printer drivers are used
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-13 20:39:21 CET
(
hide
)
Description:
windows8_printer_driver_v4_XPS_PASS.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2013-11-13 20:39:21 CET
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33197
:
5577
|
5578
|
5600
|
5624
| 5628