--- cups-2.2.6/cups/dest.c.orig 2017-11-01 10:57:53.000000000 -0400 +++ cups-2.2.6/cups/dest.c 2018-01-31 00:16:36.638658983 -0500 @@ -1675,11 +1675,11 @@ cupsGetDests2(http_t *http, /* I - */ data.num_dests = 0; data.dests = NULL; - if (!httpAddrLocalhost(httpGetAddress(http))) + if (1 || !httpAddrLocalhost(httpGetAddress(http))) { /* * When talking to a remote cupsd, just enumerate printers on the remote * cupsd. */