]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/ipp.c
Finish up cups-driverd and fix some bugs.
[thirdparty/cups.git] / scheduler / ipp.c
index 39874d42aa555756f08b17bffe52422747cf3d5d..a7ae8afc7f916f0b8004776d4ca7ac3727337f73 100644 (file)
@@ -4418,7 +4418,7 @@ get_ppds(client_t *con)                   /* I - Client connection */
            limit ? limit->values[0].integer : 0,
           attrs,
           make ? " ppd-make=" : "",
-          make ? make->values[0].string.text : "all");
+          make ? make->values[0].string.text : "");
 
   if (SendCommand(con, command, options))
   {