summaryrefslogtreecommitdiff
path: root/systemv
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-10-18 21:14:44 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-10-18 21:14:44 +0000
commitb0f269389e87634e85c0a4752239e859b732188f (patch)
tree229da7fa7f8f718a564a01cacdb97342fe2366ec /systemv
parent0d40cb1e4dc6c8f8deda99d9e50994b7c3eedc2f (diff)
downloadcups-b0f269389e87634e85c0a4752239e859b732188f.tar.gz
The lpadmin command did not send the PPD name from the "-m" option
(<rdar://problem/15264697>) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11344 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'systemv')
-rw-r--r--systemv/lpadmin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemv/lpadmin.c b/systemv/lpadmin.c
index d954e75fb..a0ed62c6c 100644
--- a/systemv/lpadmin.c
+++ b/systemv/lpadmin.c
@@ -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)