]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update reference to Avahi poll bug (now moved to Github...)
authorMichael Sweet <michael.r.sweet@gmail.com>
Thu, 15 Jun 2017 12:34:20 +0000 (08:34 -0400)
committerMichael Sweet <michael.r.sweet@gmail.com>
Thu, 15 Jun 2017 12:34:20 +0000 (08:34 -0400)
backend/dnssd.c
cups/dest.c

index 0aa01a90e7bde2626bd7180739fe094bb38926f1..849595dbccbb8561e531137e7ddea26eef613b1d 100644 (file)
@@ -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 */
index 0be2bbeb504beed5ac68d1f384d9899eda86a84f..41d766909411e4252f40a76f0ba81f9f47df0fa9 100644 (file)
@@ -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@
  */