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