]> git.ipfire.org Git - thirdparty/cups.git/commit
cups/dest.c: Look for default printer on network as well 455/head
authorZdenek Dohnal <zdohnal@redhat.com>
Mon, 15 Aug 2022 14:04:50 +0000 (16:04 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Mon, 15 Aug 2022 14:04:50 +0000 (16:04 +0200)
commit070c57da3951c7c5f05b49474ceaf8026dc43bb9
treec845124e87057fd6bd4dab77246fc39823cc9de1
parent04449d1ec17561e6de77dfa1a7b8460f66a9e71a
cups/dest.c: Look for default printer on network as well

The current code of `cupsGetNamedDest()` doesn't look up on network for
a default printer. The result is a temporary queue cannot be set as a
default printer.

Fixes #452
cups/dest.c