]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - systemv/lpadmin.c
The lpadmin command did not send the PPD name from the "-m" option
[thirdparty/cups.git] / systemv / lpadmin.c
index d954e75fb8e1935f5d5b262ca12148ad86cc7925..a0ed62c6cf9b45c31d9b1c4c877d6b642471d2e6 100644 (file)
@@ -1295,6 +1295,7 @@ set_printer_options(
   * Add the options...
   */
 
+  cupsEncodeOptions2(request, num_options, options, IPP_TAG_OPERATION);
   cupsEncodeOptions2(request, num_options, options, IPP_TAG_PRINTER);
 
   if ((protocol = cupsGetOption("protocol", num_options, options)) != NULL)