]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/dest-job.c
Merge changes from CUPS 1.6svn-r10510.
[thirdparty/cups.git] / cups / dest-job.c
index dc4f0879bf7e4a081c5e8975ec003d601e6d0ac2..f0792c728fa7a1e4070b56a35fd65690061f9e0b 100644 (file)
@@ -196,7 +196,9 @@ cupsCreateDestJob(
   if (title)
     ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "job-name", NULL,
                  title);
-  cupsEncodeOptions(request, num_options, options);
+
+  cupsEncodeOptions2(request, num_options, options, IPP_TAG_JOB);
+  cupsEncodeOptions2(request, num_options, options, IPP_TAG_SUBSCRIPTION);
 
  /*
   * Send the request and get the job-id...