From: Michael Sweet Date: Thu, 15 Jun 2017 12:34:20 +0000 (-0400) Subject: Update reference to Avahi poll bug (now moved to Github...) X-Git-Tag: v2.2.4~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac032efa3e54de42e1666bdf0f5c72a769f99b85;p=thirdparty%2Fcups.git Update reference to Avahi poll bug (now moved to Github...) --- diff --git a/backend/dnssd.c b/backend/dnssd.c index 0aa01a90e7..849595dbcc 100644 --- a/backend/dnssd.c +++ b/backend/dnssd.c @@ -1,7 +1,7 @@ /* * DNS-SD discovery backend for CUPS. * - * Copyright 2008-2015 by Apple Inc. + * Copyright 2008-2017 by Apple Inc. * * These coded instructions, statements, and computer programs are the * property of Apple Inc. and are protected by Federal copyright @@ -949,7 +949,7 @@ get_device(cups_array_t *devices, /* I - Device array */ * * Note: This function is needed because avahi_simple_poll_iterate is broken * and always uses a timeout of 0 (!) milliseconds. - * (Avahi Ticket #364) + * (https://github.com/lathiat/avahi/issues/127) */ static int /* O - Number of file descriptors matching */ diff --git a/cups/dest.c b/cups/dest.c index 0be2bbeb50..41d7669094 100644 --- a/cups/dest.c +++ b/cups/dest.c @@ -3360,7 +3360,7 @@ cups_dnssd_local_cb( * * Note: This function is needed because avahi_simple_poll_iterate is broken * and always uses a timeout of 0 (!) milliseconds. - * (Avahi Ticket #364) + * (https://github.com/lathiat/avahi/issues/127) * * @private@ */