cups/cups-str3285_v2-str3503.patch
Jiří Popelka d9fac81292 - Fixed cupsGetNamedDest() so it falls back to the real default printer
when a default from configuration file does not exist (bug #565569, STR
    #3503).
2010-02-24 11:09:44 +00:00

13 lines
442 B
Diff

diff -up cups-1.4.1/cups/dest.c.str3285 cups-1.4.1/cups/dest.c
--- cups-1.4.1/cups/dest.c.str3285 2009-10-27 12:50:04.560012076 +0000
+++ cups-1.4.1/cups/dest.c 2009-10-27 12:50:23.814012173 +0000
@@ -549,7 +549,7 @@ cupsGetNamedDest(http_t *http, /* I
if (!cups_get_sdests(http, op, name, 0, &dest))
{
- if (op == CUPS_GET_DEFAULT)
+ if (op == CUPS_GET_DEFAULT || (name && !set_as_default))
return (NULL);
/*