]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix regression caused by change for Issue #201.
authorMichael R Sweet <msweet@msweet.org>
Wed, 14 Jul 2021 13:50:37 +0000 (09:50 -0400)
committerMichael R Sweet <msweet@msweet.org>
Wed, 14 Jul 2021 13:50:37 +0000 (09:50 -0400)
systemv/lpadmin.c

index 355dc8391c851710af7c78ec1b39054b355ae585..dc875cb8c79d7733570f6b7de9bc78a2839b6cb7 100644 (file)
@@ -1267,7 +1267,7 @@ set_printer_options(
 
   if (file)
     ppdfile = file;
-  else if ((ppdname = cupsGetOption("ppd-name", num_options, options)) != NULL && strcmp(ppdname, "raw") && num_options > 1)
+  else if ((ppdname = cupsGetOption("ppd-name", num_options, options)) != NULL && strcmp(ppdname, "everywhere") && strcmp(ppdname, "raw") && num_options > 1)
   {
     if ((ppdfile = cupsGetServerPPD(http, ppdname)) != NULL)
     {