View | Details | Raw Unified | Return to bug 33197 | Differences between
and this patch

Collapse All | Expand All

(-)samba-4.1.0.orig/source3/rpc_server/spoolss/srv_spoolss_nt.c (-1 / +1 lines)
 Lines 5781-5787    Link Here 
5781
	 */
5781
	 */
5782
5782
5783
	if (info_1->datatype) {
5783
	if (info_1->datatype) {
5784
		if (strcmp(info_1->datatype, "RAW") != 0) {
5784
		if ((strcmp(info_1->datatype, "RAW") != 0) || (strcmp(info_1->datatype, "XPS_PASS") != 0)) {
5785
			*r->out.job_id = 0;
5785
			*r->out.job_id = 0;
5786
			return WERR_INVALID_DATATYPE;
5786
			return WERR_INVALID_DATATYPE;
5787
		}
5787
		}

Return to bug 33197