Blame SOURCES/cups-str4380.patch

c5086f
diff -up cups-1.6.3/cups/dest.c.str4380 cups-1.6.3/cups/dest.c
c5086f
--- cups-1.6.3/cups/dest.c.str4380	2014-09-02 10:44:24.753303299 +0100
c5086f
+++ cups-1.6.3/cups/dest.c	2014-09-02 10:44:24.785303458 +0100
c5086f
@@ -951,11 +951,11 @@ cupsEnumDests(
c5086f
   * Get Bonjour-shared printers...
c5086f
   */
c5086f
 
c5086f
-  data.type    = type;
c5086f
-  data.mask    = mask;
c5086f
-  data.devices = cupsArrayNew3((cups_array_func_t)cups_dnssd_compare_devices,
c5086f
-                               NULL, NULL, 0, NULL,
c5086f
-                               (cups_afree_func_t)cups_dnssd_free_device);
c5086f
+  data.type      = type;
c5086f
+  data.mask      = mask;
c5086f
+  data.cb        = cb;
c5086f
+  data.user_data = user_data;
c5086f
+  data.devices   = cupsArrayNew3((cups_array_func_t)cups_dnssd_compare_devices, NULL, NULL, 0, NULL, (cups_afree_func_t)cups_dnssd_free_device);
c5086f
 
c5086f
 #  ifdef HAVE_DNSSD
c5086f
   if (DNSServiceCreateConnection(&data.main_ref) != kDNSServiceErr_NoError)