]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix some IPP conformance issues with Send-Document (wasn't copying values).
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 26 Aug 2014 17:01:57 +0000 (17:01 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 26 Aug 2014 17:01:57 +0000 (17:01 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12119 a1ca3aef-8c08-0410-bb20-df032aa958be

test/ippserver.c

index 42230befbf1a8961b9bbe53862d17114ae032199..1fde82c4f99722822ca2936662b08aac47bee7d3 100644 (file)
@@ -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...
   */