From 0e4445e91bdc1ed018570a79d82778fad12bc653 Mon Sep 17 00:00:00 2001 From: msweet Date: Tue, 26 Aug 2014 17:01:57 +0000 Subject: [PATCH] Fix some IPP conformance issues with Send-Document (wasn't copying values). git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12119 a1ca3aef-8c08-0410-bb20-df032aa958be --- test/ippserver.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ippserver.c b/test/ippserver.c index 42230befb..1fde82c4f 100644 --- a/test/ippserver.c +++ b/test/ippserver.c @@ -3741,6 +3741,8 @@ ipp_send_document(_ipp_client_t *client)/* I - Client */ return; } + copy_attributes(job->attrs, client->request, NULL, IPP_TAG_JOB, 0); + /* * Get the document format for the job... */ -- 2.39.5