git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11625
a1ca3aef-8c08-0410-bb20-
df032aa958be
- Security: The scheduler now blocks URLs containing embedded HTML
(STR #4356)
+ - The scheduler now automatically reconnects to Avahi as needed
+ (STR #4370)
- The scheduler did not handle GET requests for the log files properly
(STR #3265)
- The dnssd backend did not always report all discovered printers using
{
int error; /* Error code, if any */
- DNSSDClient = avahi_client_new(avahi_threaded_poll_get(DNSSDMaster), 0,
- NULL, NULL, &error);
+ DNSSDClient = avahi_client_new(avahi_threaded_poll_get(DNSSDMaster), AVAHI_CLIENT_NO_FAIL, NULL, NULL, &error);
if (DNSSDClient == NULL)
{