summaryrefslogtreecommitdiff
path: root/systemv/lpadmin.c
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2014-01-02 23:05:18 +0100
committerDidier Raboud <odyx@debian.org>2014-01-02 23:05:18 +0100
commitb4db6beca042dcbfd5530ef8c559bfab71a11ade (patch)
treea2d41ae625d277d3285167fc64b73b58bc010065 /systemv/lpadmin.c
parentd13746555c30d1d1bd617dcf64d5b92e319ae2b5 (diff)
downloadcups-b4db6beca042dcbfd5530ef8c559bfab71a11ade.tar.gz
Imported Upstream version 1.7.0upstream/1.7.0
Diffstat (limited to 'systemv/lpadmin.c')
-rw-r--r--systemv/lpadmin.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/systemv/lpadmin.c b/systemv/lpadmin.c
index 7c5771fc..92cb5d29 100644
--- a/systemv/lpadmin.c
+++ b/systemv/lpadmin.c
@@ -1,5 +1,5 @@
/*
- * "$Id: lpadmin.c 10996 2013-05-29 11:51:34Z msweet $"
+ * "$Id: lpadmin.c 11345 2013-10-18 21:14:52Z msweet $"
*
* "lpadmin" command for CUPS.
*
@@ -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)
@@ -1514,5 +1515,5 @@ validate_name(const char *name) /* I - Name to check */
/*
- * End of "$Id: lpadmin.c 10996 2013-05-29 11:51:34Z msweet $".
+ * End of "$Id: lpadmin.c 11345 2013-10-18 21:14:52Z msweet $".
*/