From: msweet Date: Tue, 26 Aug 2014 17:01:57 +0000 (+0000) Subject: Fix some IPP conformance issues with Send-Document (wasn't copying values). X-Git-Tag: v2.2b1~506 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e4445e91bdc1ed018570a79d82778fad12bc653;p=thirdparty%2Fcups.git 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 --- 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... */